feat(lsp): Lazy load on cmd Mason

This commit is contained in:
rajvatsal 2024-01-09 17:04:51 +05:30
parent 23e69634da
commit d73493f878
1 changed files with 1 additions and 0 deletions

View File

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