cseickel
cseickel
### Describe the bug There is a memory leak caused by using treesitter on the nvim 0.8 series which can be demonstrated by entering insert mode and holding down the...
### Describe the feature I'd like the ability to revert updates from a PackerSync that breaks plugins. On occasion, a plugin author will introduce a breaking change without warning and...
> but is it better to explicitly set it to off by default, or do nothing and assume the user's global default is what they expect? I think if the...
> Thanks for all @cseickel, best regards! You're welcome! BTW - I'd also consider it a bug that the sign and number columns are not accounted for when right aligning....
### Discussed in https://github.com/nvim-neo-tree/neo-tree.nvim/discussions/126 Originally posted by **bennypowers** February 6, 2022 Hello! I'm using neo-tree with `auto-session` and `bufferline.nvim`, and notice the following: - WHEN neo-tree is open and I...
Use the LSP when available to fix references after (or before?) a file is moved or renamed. https://github.com/jose-elias-alvarez/nvim-lsp-ts-utils/blob/main/lua/nvim-lsp-ts-utils/rename-file.lua
Right now the cut/copy clipboard only works within a window. It might be nice to have a clipboard that is shared within a tab so that you can create two...
We really need to add a full suite of tests to this project, which can be run both locally and as a merge check. A handful of tests were created...
I found a bug with the Job class: if you set `maximum_results` and the process encounters an error during execution, you will get this error message: ``` Error executing luv...
It's time for a 3.0. This issue will be used to keep track of the changes planned or made for that release: ## Breaking Changes - [ ] Remove deprecated...