vim: lazy load LSP plugins

This commit is contained in:
Fernando Schauenburg 2024-02-11 01:45:41 +01:00
parent 717fbb014a
commit ac908c841c

View file

@ -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