plugins - Re-added LSP plugins

This commit is contained in:
Emmanuel BENOîT 2023-06-24 17:01:51 +02:00
parent 185b985b93
commit 6a54605c21
No known key found for this signature in database
GPG key ID: 2356DC6956CF54EF
6 changed files with 8 additions and 2 deletions

View file

@ -1 +0,0 @@
NeoBundle 'mattn/vim-lsp-settings'

View file

@ -1 +0,0 @@
NeoBundle 'prabirshrestha/vim-lsp'

View 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
View file

@ -0,0 +1,4 @@
call dein#add('prabirshrestha/vim-lsp', #{
\ lazy: 1,
\ on_event: 'VimEnter',
\ })