vim: lazy load LSP plugins
This commit is contained in:
parent
717fbb014a
commit
ac908c841c
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@ M.dependencies = {
|
|||
'Hoffs/omnisharp-extended-lsp.nvim',
|
||||
}
|
||||
|
||||
M.event = {
|
||||
'BufReadPre',
|
||||
'BufNewFile',
|
||||
}
|
||||
|
||||
M.config = function()
|
||||
local extend = function(tbl, ...)
|
||||
for _, other in ipairs({...}) do
|
||||
|
|
Loading…
Add table
Reference in a new issue