vim: Load other always-on plugins too

And move the plugin specific keybindings into 40-keybindings.vim.
`packloadall` sources the plugins directly in contrast to `packadd`.
Because of that we can access the `g:loaded_*` variables and do not have
to specify our own keybindings for vim-surround as now the user bindings
are loaded later and overwrite possible clashes.
This commit is contained in:
2020-12-23 19:26:05 +01:00
parent b6e92aef0e
commit e6262b6593
7 changed files with 12 additions and 21 deletions

View File

@@ -0,0 +1 @@
../opt/fzf

View File

@@ -0,0 +1 @@
../opt/fzf.vim

View File

@@ -0,0 +1 @@
../opt/vim-gutentags/

View File

@@ -0,0 +1 @@
../opt/vim-surround/