From 6dcaf53c2f3dad1c3b502dcb4042255bacab7742 Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Thu, 4 Aug 2016 10:22:44 +0200 Subject: Default tabulation in Vim and NeoVim and remove tab-bar when not necessary --- vim/.vim/ftplugin/c.vim | 3 --- 1 file changed, 3 deletions(-) (limited to 'vim/.vim/ftplugin/c.vim') diff --git a/vim/.vim/ftplugin/c.vim b/vim/.vim/ftplugin/c.vim index e4d4ca1..26ceca4 100644 --- a/vim/.vim/ftplugin/c.vim +++ b/vim/.vim/ftplugin/c.vim @@ -1,4 +1 @@ -set tabstop=4 softtabstop=0 expandtab shiftwidth=4 -set autoindent - set syntax=c.doxygen -- cgit v1.2.3