1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

use stockholm

This commit is contained in:
Kierán Meinhardt
2019-04-18 17:09:34 +02:00
parent b2588bb4ab
commit 2f42fac548
6 changed files with 36 additions and 41 deletions

View File

@@ -131,6 +131,8 @@ if has("autocmd")
autocmd bufreadpre * setlocal foldmethod=indent
" autocmd bufwritepre * :call <SID>StripTrailingWhitespaces()
autocmd bufwinenter * if &fdm == 'indent' | setlocal foldmethod=manual | endif
autocmd VimEnter * UpdateRemotePlugins
endif
"if exists("g:loaded_startify")