From 3389e4fdde8fd612fd8a54db28d97f62ca729a7f Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Wed, 27 Nov 2019 08:53:03 +0100 Subject: Remove vim config, it's old and not in use --- vim/.vim/ftplugin/tex.vim | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 vim/.vim/ftplugin/tex.vim (limited to 'vim/.vim/ftplugin/tex.vim') diff --git a/vim/.vim/ftplugin/tex.vim b/vim/.vim/ftplugin/tex.vim deleted file mode 100644 index fc0d53a..0000000 --- a/vim/.vim/ftplugin/tex.vim +++ /dev/null @@ -1,11 +0,0 @@ -set tabstop=2 softtabstop=0 expandtab shiftwidth=2 -set autoindent - -" Test some wrapping on the html -setlocal textwidth=79 -setlocal formatoptions+=t - -" Highlight where the lines are more than 80 characters wide -setlocal colorcolumn=80 -highlight ColorColumn ctermbg=LightGreen - -- cgit v1.2.3