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