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