neovim icon indicating copy to clipboard operation
neovim copied to clipboard

Vim-fork focused on extensibility and usability

Results 1202 neovim issues
Sort by recently updated
recently updated
newest added

Add template for using [`CMakePresets.json`](https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html) > One problem that `CMake` users often face is sharing settings with other people for common ways to configure a project. This may be done...

Remove unused includes in `src/nvim/api/private/dispatch.c` and its generated counter-part by using the IWYU library. Yet another step towards #6371 and #549

refactor

previous: #6289 ### Feature description A few more proposals for defaults: - [ ] 'shada' oldfiles exclude https://github.com/neovim/neovim/issues/21637 - [ ] change eob fillchar to middle-dot instead of tilde "~"...

enhancement
defaults
needs:discussion

### Neovim version (nvim -v) 0.6.0 commit e65b724 ### Vim (not Nvim) behaves the same? yes, vim 8.2.3582 ### Operating system/version Arch Linux ### Terminal name/version kitty ### $TERM environment...

enhancement
tui

### Neovim version (nvim -v) 0.7.2 ### Vim (not Nvim) behaves the same? no ### Operating system/version ArchLinux ### Terminal name/version Alacritty ### $TERM environment variable alacritty ### Installation build...

performance

Editing a big file with with lots of injections using tree-sitter highlighting will lead to catastrophic performance. The root of the problem is that the LanguageTree itself is not incremental,...

performance
highlight
treesitter
mentored-project

Alternative to #16650 - Unlike #16650 this runs an additional query. ### Question * Should spell regions be defined in their own query file `spell.scm`, or should they be integrated...

lua
treesitter

### Feature already in Vim? _No response_ ### Feature description it would be great if vim.ui.input would allow to input secrets, like the vim builtin `inputsecret` -- meaning a text...

enhancement
lua

Allows preview callbacks to modify multiple buffers in order to show the preview. Previously, if multiple buffers were modified, only the current buffer would have its state restored. After this...