fix(neovim): lsp now uses BufReadPre and BufNewFile for lazy loading
This commit is contained in:
@@ -2,8 +2,7 @@ return {
|
||||
-- NOTE: Make sure the order is as follows:
|
||||
-- Mason loads -> Mason lspconfig loads -> Lspconfig loads
|
||||
'neovim/nvim-lspconfig',
|
||||
-- event = { 'BufReadPre', 'BufNewFile' },
|
||||
event = "VeryLazy",
|
||||
event = { 'BufReadPre', 'BufNewFile' },
|
||||
dependencies = {
|
||||
'hrsh7th/cmp-nvim-lsp',
|
||||
{ 'antosha417/nvim-lsp-file-operations', conifg = true },
|
||||
|
||||
Reference in New Issue
Block a user