fix(lsp): lsp on_attach was not called at normal mode
This commit is contained in:
parent
243552c21e
commit
f51e91a391
2 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,7 @@ M.lazy_load = function(tb)
|
|||
vim.defer_fn(function()
|
||||
require("packer").loader(tb.plugin)
|
||||
if tb.plugin == "nvim-lspconfig" then
|
||||
vim.cmd "silent! e %"
|
||||
vim.cmd "silent! do FileType"
|
||||
end
|
||||
end, 0)
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue