navigator.lua
navigator.lua copied to clipboard
Code analysis & navigation plugin for Neovim. Navigate codes like a breeze🎐 Exploring LSP and 🌲Treesitter symbols a piece of 🍰 Take control like a boss 🦍
Great project! :) Just noticed a type-o here while looking at the mappings and wonder why formatting wasn't working... https://github.com/ray-x/navigator.lua/blob/master/lua/navigator/formatting.lua#L34 Also, is this a type-o too or is this what...
lsp-installer is soon to be deprecated https://github.com/williamboman/nvim-lsp-installer/discussions/876 in favor of [mason.nvim](https://github.com/williamboman/mason.nvim).
# Issue: (Fixed) (1) Open preview when split windows present may close the split window. It might be caused by an incorrect window id. (Fixed) (2) Breaking changes: https://github.com/neovim/neovim/pull/13664. (Fixed)...
Hi. With the new neovim 0.7.0, duplicates clang: ``` clangd = { cmd = { "clangd", -- "clangd", "--background-index", "--pch-storage=memory", "--clang-tidy", "--completion-style=detailed", -- "--suggest-missing-includes", "--all-scopes-completion", "--cross-file-rename", --"--log=verbose", "--pretty", "--header-insertion=never", "--query-driver=/usr/include/*",...
I'm trying to get this working with rust-analyzer, using the default config (at least for rust_analyzer). The setup overall is working for other languages, but rust_analyzer fails. However, the only...
Sometimes it could happen that more LSP servers are attached to a buffer. It would be great, for example when looking for references, to query earch of those LSP servers,...
您好,我使用spacevim安装了您的插件,但是我使用`gr`跳转到非当前文件的代码块的时候 会新开一个buffer,但是这个buffer并不会对代码进行高亮渲染  
setting ``` lua
Hi, sorry my last fix was still not working I had to dig deeper and found that the luadev generated config was never included/merged.
Hi, Today I tried to switch from `lsp-installer` to `mason.nvim` and `mason-lspconfig.nvim` but I'm facing problems or I'm doing something wrong in the configuration and I don't see what. For...