vim: remove unused plugins and set up indentation for .md properly

This commit is contained in:
Grigory Shipunov 2021-05-18 21:35:26 +02:00
parent a1f301f039
commit f1bf5ebf26
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C
2 changed files with 2 additions and 4 deletions

View file

@ -37,3 +37,5 @@ delcommand HiLink
if exists('old_syntax')
let b:current_syntax = old_syntax
endif
setlocal ts=2 sts=2 sw=2 expandtab

View file

@ -18,10 +18,6 @@ Plug 'ntpeters/vim-better-whitespace'
Plug 'tpope/vim-vinegar'
Plug 'jeffkreeftmeijer/vim-dim'
" Git
Plug 'tpope/vim-fugitive'
Plug 'airblade/vim-gitgutter'
"Better syntax
Plug 'lervag/vimtex', {'for': 'tex'}
Plug 'vivien/vim-linux-coding-style'