xzbdmw
xzbdmw
vscode's new feature of sticky scroll in file tree, I think it is really useful for deeply nested file structure. https://github.com/nvim-tree/nvim-tree.lua/assets/97848247/4eb242fa-66a8-428d-8050-b32f52f867b8 TreesitterContext has similar function in buffer. Is this feature...
### Describe the bug shuttle keymap will not restore after close finder view ### Steps to reproduce finder = { left_width = 0.3, right_width = 0.6, default = "ref", silent...
### Check for existing issues - [X] Completed ### Describe the feature When completion menu opens above current line, show selection of completion menu near cursor. ### If applicable, add...
my config ```lua { "ray-x/lsp_signature.nvim", version = false, opts = { debug = false, -- set to true to enable debug logging log_path = vim.fn.stdpath("cache") .. "/lsp_signature.log", -- log dir...
I have illuminate.nvim and it will highlight cursorword, but leap's autojump seems not trigger their detect of new cursorpos, only after I type the third char. Is it probably a...
Hi, I tried to find this plugin for many times but fails until I see a reddit link, because I searech "nvim indent/indentexpr plugin" without treesitter, I think it is...
If I loop a table in render function, each time debounce time hit, render function will rerun, which is a waste of cpu, and I'd like to make render function...
I enabled animation(intellisence have activate list scale and documentation pop also have animation), for a 40k line java project typing becomes laggy and turn off plugin solves latency. no cursor...
### Description unwrap is not highlighted in result list, because rust-analyzer have special #* meanings, the highlight info is lost. ### Neovim version ```markdown NVIM v0.10.0-dev-6308+ga090d43d6 Build type: RelWithDebInfo LuaJIT...
### Contributing guidelines - [X] I have read [CONTRIBUTING.md](https://github.com/echasnovski/mini.nvim/blob/main/CONTRIBUTING.md) - [X] I have read [CODE_OF_CONDUCT.md](https://github.com/echasnovski/mini.nvim/blob/main/CODE_OF_CONDUCT.md) ### Module(s) mini.indentscope ### Description Thanks for your plugin! I often find it is disturb...