vim: remove unused plugins and set up indentation for .md properly
This commit is contained in:
parent
a1f301f039
commit
f1bf5ebf26
2 changed files with 2 additions and 4 deletions
|
@ -37,3 +37,5 @@ delcommand HiLink
|
||||||
if exists('old_syntax')
|
if exists('old_syntax')
|
||||||
let b:current_syntax = old_syntax
|
let b:current_syntax = old_syntax
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
setlocal ts=2 sts=2 sw=2 expandtab
|
||||||
|
|
|
@ -18,10 +18,6 @@ Plug 'ntpeters/vim-better-whitespace'
|
||||||
Plug 'tpope/vim-vinegar'
|
Plug 'tpope/vim-vinegar'
|
||||||
Plug 'jeffkreeftmeijer/vim-dim'
|
Plug 'jeffkreeftmeijer/vim-dim'
|
||||||
|
|
||||||
" Git
|
|
||||||
Plug 'tpope/vim-fugitive'
|
|
||||||
Plug 'airblade/vim-gitgutter'
|
|
||||||
|
|
||||||
"Better syntax
|
"Better syntax
|
||||||
Plug 'lervag/vimtex', {'for': 'tex'}
|
Plug 'lervag/vimtex', {'for': 'tex'}
|
||||||
Plug 'vivien/vim-linux-coding-style'
|
Plug 'vivien/vim-linux-coding-style'
|
||||||
|
|
Loading…
Add table
Reference in a new issue