feat(lsp): Lazy load on cmd Mason
This commit is contained in:
parent
23e69634da
commit
d73493f878
|
@ -16,6 +16,7 @@ return {
|
||||||
'folke/neodev.nvim',
|
'folke/neodev.nvim',
|
||||||
},
|
},
|
||||||
event = { 'BufReadPre', 'BufNewFile' },
|
event = { 'BufReadPre', 'BufNewFile' },
|
||||||
|
cmd = 'Mason',
|
||||||
config = function()
|
config = function()
|
||||||
-- [[ Configure LSP ]]
|
-- [[ Configure LSP ]]
|
||||||
-- This function gets run when an LSP connects to a particular buffer.
|
-- This function gets run when an LSP connects to a particular buffer.
|
||||||
|
|
Loading…
Reference in New Issue