VIM: Moves plugins to init.vim and adds syntax and filetype on

syntax on needs to be run after the plugins are loader otherwise their
ftdetect won't be evaluated.

source: b98553808d (diff-f1ac6cb94fa93f38916c6118994b11e3R197-R204)
This commit is contained in:
Jonathan Hodgson 2020-09-26 15:56:26 +01:00
parent 665c8a06ea
commit 2d3dcfc7d9
2 changed files with 10 additions and 3 deletions

View file

@ -1,3 +0,0 @@
if has('packages')
packadd! gruvbox
endif