plugins - Re-added LSP plugins
This commit is contained in:
parent
185b985b93
commit
6a54605c21
6 changed files with 8 additions and 2 deletions
|
@ -1 +0,0 @@
|
||||||
NeoBundle 'mattn/vim-lsp-settings'
|
|
|
@ -1 +0,0 @@
|
||||||
NeoBundle 'prabirshrestha/vim-lsp'
|
|
4
plugins/vim-lsp-settings.load.vim
Normal file
4
plugins/vim-lsp-settings.load.vim
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
call dein#add('mattn/vim-lsp-settings', #{
|
||||||
|
\ lazy: 1,
|
||||||
|
\ on_event: 'VimEnter',
|
||||||
|
\ })
|
4
plugins/vim-lsp.load.vim
Normal file
4
plugins/vim-lsp.load.vim
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
call dein#add('prabirshrestha/vim-lsp', #{
|
||||||
|
\ lazy: 1,
|
||||||
|
\ on_event: 'VimEnter',
|
||||||
|
\ })
|
Loading…
Reference in a new issue