From 9cf22053bb2360fbb2325dd09f27c32a4e9bc596 Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Sun, 6 Jun 2021 13:27:59 -0400 Subject: Update vim configs --- vim/.vim/after/ftplugin/c.vim | 6 ++++++ vim/.vim/after/ftplugin/tex.vim | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'vim/.vim/after/ftplugin') diff --git a/vim/.vim/after/ftplugin/c.vim b/vim/.vim/after/ftplugin/c.vim index b23ce46..e7dc9b6 100644 --- a/vim/.vim/after/ftplugin/c.vim +++ b/vim/.vim/after/ftplugin/c.vim @@ -3,3 +3,9 @@ set cindent set nospell set foldmarker=#if,#endif +set iskeyword-=_ + +set tabstop=8 +set softtabstop=8 +set shiftwidth=8 +set noexpandtab diff --git a/vim/.vim/after/ftplugin/tex.vim b/vim/.vim/after/ftplugin/tex.vim index c3bea98..7dcafeb 100644 --- a/vim/.vim/after/ftplugin/tex.vim +++ b/vim/.vim/after/ftplugin/tex.vim @@ -1,3 +1,2 @@ set spell set tw=70 -VimtexTocOpen -- cgit v1.1