Start nvim lsp on BufEnter
LSP needed by lualine now due to nvim-navic, so needs to start on buf enter to avoid weirdness
This commit is contained in:
parent
8b7289a321
commit
d0ce2d2005
|
@ -1,7 +1,7 @@
|
|||
return {
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
event = { "BufEnter" },
|
||||
cmd = {
|
||||
"LspLog",
|
||||
"LspStop",
|
||||
|
|
Loading…
Reference in a new issue