Code analysis & navigation plugin for Neovim. Navigate codes like a breeze🎐 Exploring LSP and 🌲Treesitter symbols a piece of 🍰 Take control like a boss 🦍
I upgraded to neodev as well as the latest navigator.lua and guihua. Since #237 the the library is not anymore detecting any plugin. I tried multiple commit versions of neodev up to 10 days ago.
After starting lsp and checking the lua config using vim.lsp.get_active_clients() I only see the default lua workspaces.
Is there a special order I need to consider of installing neodev with Packer ?
UPDATE:
After reading this neodev issue it looks like neodev config is getting overriden by the custom sumneko_lua from navigator.
I tried adding a return right after this line and now it looks like it works fine. It is detecting all the plugins as it should.
This is just a hack though as it bypasses the default sumneko_lua conf totally, it has something to do with calling neodev.setup()before the setup from lspconfig
EDIT2:
Through a bit of logging, I can confirm that the lspconfig setup is called before neodev setup, however neodev now requires to be setup before lspconfig. I don't have time to do a PR but should be a simple fix
I upgraded to neodev as well as the latest navigator.lua and guihua. Since #237 the the
library
is not anymore detecting any plugin. I tried multiple commit versions ofneodev
up to 10 days ago.After starting lsp and checking the lua config using
vim.lsp.get_active_clients()
I only see the default lua workspaces.Is there a special order I need to consider of installing neodev with Packer ?
UPDATE: After reading this neodev issue it looks like
neodev
config is getting overriden by the customsumneko_lua
from navigator.I tried adding a
return
right after this line and now it looks like it works fine. It is detecting all the plugins as it should.This is just a hack though as it bypasses the default
sumneko_lua
conf totally, it has something to do with callingneodev.setup()
before the setup from lspconfigEDIT2: Through a bit of logging, I can confirm that the lspconfig setup is called before neodev setup, however neodev now requires to be setup before lspconfig. I don't have time to do a PR but should be a simple fix
My configs:
navigator
packer relevant sections
nvim version: NVIM v0.9.0-dev-124-gbd7ca10fd