aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vimrc b/vimrc
index 2865c28..bdcaf2b 100644
--- a/vimrc
+++ b/vimrc
@@ -32,7 +32,7 @@ noremap <silent> cc :<C-B>silent <C-E>s/^/<C-R>=escape(b:comment_leader,'\/')<CR
32noremap <silent> cu :<C-B>silent <C-E>s/^\V<C-R>=escape(b:comment_leader,'\/')<CR>//e<CR>:nohlsearch<CR> 32noremap <silent> cu :<C-B>silent <C-E>s/^\V<C-R>=escape(b:comment_leader,'\/')<CR>//e<CR>:nohlsearch<CR>
33 33
34" Personal tabs/spaces settings. 34" Personal tabs/spaces settings.
35autocmd Filetype make,go,sh setlocal noexpandtab tabstop=4 shiftwidth=4 35autocmd Filetype make,go setlocal noexpandtab tabstop=4 shiftwidth=4
36autocmd Filetype c,cpp setlocal expandtab tabstop=4 shiftwidth=4 36autocmd Filetype c,cpp,sh setlocal expandtab tabstop=4 shiftwidth=4
37autocmd Filetype html,javascript,css setlocal expandtab tabstop=2 shiftwidth=2 37autocmd Filetype html,javascript,css setlocal expandtab tabstop=2 shiftwidth=2
38 38