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

### Neovim version (nvim -v) NVIM v0.8.0-dev-724-gbdbf84303 ### Vim (not Nvim) behaves the same? No, no virtual lines in Vim ### Operating system/version Arch Linux ### Terminal name/version Kitty 0.25.2...

bug
extmarks
folds

### Neovim version (nvim -v) v0.8.0-dev+597-g5c3bbb67e7 ### Vim (not Nvim) behaves the same? not relevant ### Operating system/version 5.18.10-arch1-1 ### Terminal name/version kitty 0.25.2 ### $TERM environment variable xterm-kitty ###...

bug
lsp

build: add formatting targets for c and lua files The targets will only format files that have been changed in current branch compared to the master branch. This includes unstaged,...

build

### Neovim version (nvim -v) NVIM v0.8.0-dev+583-g7dbe6b1a4 ### Vim (not Nvim) behaves the same? no, vim 8.2.5126 ### Operating system/version Linux 5.10.102.1-microsoft-standard-WSL2 Ubuntu 22.04 ### Terminal name/version GNOME Terminal 3.44.0...

complexity:low
bug-crash

When a mark is deleted in the neovim instance but present in the shada file, compare their timestamps. If the neovim mark was modified later, then flush the mark in...

WIP

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

bug
api
folds

- `nvim --version`: N/A - Operating system/version: Debian testing, arm64 ### Actual behaviour there is no AppImage for aarch64 platforms. this means users like me who do not use x86_64...

enhancement
build
status:blocked-external
ci

Another attempt to #17099

status:needs-design
status:needs-discussion
lua
treesitter

Closes #17974 The following is a list of all the utility functions found in nvim-treesitter. As mentioned in the issue, this does not mean all should be upstreamed as is...

lua
treesitter

See #17060. This changes the `match` returned by `iter_matches` to be a map from `capture_id` to **list** of nodes instead of map from `capture_id` to **single** node, which is closer...

api
status:needs-discussion
lua
treesitter