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:
Evie Litherland-Smith 2023-05-11 08:03:56 +01:00
parent 8b7289a321
commit d0ce2d2005

View file

@ -1,7 +1,7 @@
return {
{
"neovim/nvim-lspconfig",
event = { "BufReadPre", "BufNewFile" },
event = { "BufEnter" },
cmd = {
"LspLog",
"LspStop",