navigator.lua icon indicating copy to clipboard operation
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 🦍

Results 31 navigator.lua issues
Sort by recently updated
recently updated
newest added

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)...

bug
enhancement

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并不会对代码进行高亮渲染 ![2021-12-27_01-03](https://user-images.githubusercontent.com/10388530/147415217-a2f3bf9f-d416-4bc4-b866-90ef2a74aeea.png) ![2021-12-27_01-03_1](https://user-images.githubusercontent.com/10388530/147415218-edbe8233-9563-40de-bd30-f83a84ab366f.png)

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...