rayx
rayx
You can enable the navigator log by set `debug=true` and the log will be available `$HOME/.cache/nvim/gh.log`. Also there are `neovim` lsp log. You can check the neovim help.
If fact the plugin has no idea why lsp crashed. You have to check the neovim lsp logs for that. Navigator provides logs on how you config the lsp. It...
Could you check `filetype` and `syntax` of the new buffer? Also, are you using `treesitter` for highlight?
Do you mean hover and reference not work for you? What is your output of `LspKeymaps`. Hover should mapped to `K` and `gr` should mapped to reference() Do you use...
The key mapping looks fine. I do not have linux/manjaro to reproduce the issue. From your video, it seems`gr` works fine (00:15 ~ 00:17). Could you be more specific about...
Sizeof() is an internal function and go std package does not include it's go code. I suspect it is a C function. Also checked behaviour in vs-code and default lspconfig....
You may need to run `PackerCompile` after all package installed. If it does not fix the problem, maybe it caused by refactor.nvim. please switch to `nulls` branch to see if...
after installing all packages, restart nvim and if you see errors, please run PackerCompile and restart nvim again. If you are using latest version, The behavior should be 1) install...
Is it because of windows?
May related to log file folder not existed. Added a fix for it. Other than that, the treesitter parsers will need some time to fully install.