feat(lsp): Lazy load on cmd Mason

pull/584/head
rajvatsal 2 years ago
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…
Cancel
Save