]> git.sev.monster Git - dotfiles.git/blobdiff - etc/vim/.vimrc
vimrc: remove todo syntax setting
[dotfiles.git] / etc / vim / .vimrc
index 25eee7e73af65906c2386dee29cd06a89e5df172..6978aa40d727a3f75cace9830b51caa814eb977e 100644 (file)
@@ -48,6 +48,7 @@ endif
 unlet x
 unlet y
 
+
 """ vim-only defaults
 if !has('nvim')
     " neovim defaults are already set
@@ -66,6 +67,15 @@ if !has('nvim')
     autocmd BufRead * set autoindent
 endif
 
+
+""" package config
+"" suda
+" https://github.com/lambdalisue/vim-suda/issues/32#issuecomment-829608925
+if ! &diff
+    let g:suda_smart_edit = 1
+endif
+
+
 """ styling
 " nice default theme
 colorscheme murphy
@@ -113,6 +123,7 @@ autocmd VimEnter,WinNew,
 autocmd VimEnter,WinNew * set list
 set listchars=tab:├─,extends:»,precedes:«,space:·,trail:∙,nbsp:■
 
+
 """ editor
 " always save undo file for all file buffers
 autocmd BufRead * set undofile
@@ -134,7 +145,6 @@ autocmd FileType html       set softtabstop=2 shiftwidth=2 expandtab
 let g:EditorConfig_enable_for_new_buf = 1
 
 "" syntax
-autocmd FileType todo       set colorcolumn=0
 
 "" mappings
 " use more accessible escapes, as C-n and C-o are shadowed by some terminals
This page took 0.037882 seconds and 4 git commands to generate.