neovim icon indicating copy to clipboard operation
neovim copied to clipboard

Vim-fork focused on extensibility and usability

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

Say you `ino` re-mapped `hh` to `` like some people do to be able to escape insert mode faster. When you type text and end with `h`, like `mouth`, and...

enhancement
mappings

### Neovim version (nvim -v) 0.8.0-dev+563-gc68f1d7263 ### Vim (not Nvim) behaves the same? yes ### Operating system/version Arch Linux (kernel 5.18.5) ### Terminal name/version alacritty 0.10.1 ### $TERM environment variable...

bug
highlight

It looks like NeoVim is manually drawing the cursor in `:terminal` windows, rather than letting the external terminal (in my case, urxvt) draw the cursor. This results in some irksome...

bug
terminal

when use `bwipeout` command to delete a buffer. this buffer will remove from `bufinfo` , but there check the buffer in list or not at `quickfix.c`. if not get an...

lua
lsp
diagnostic

this implements a key like `` in insert mode but for terminal mode. insert mode already supports `` as a variant which somehow preserves the cursor differently, so seems logical...

terminal

### Feature already in Vim? No, it is only about building neovim. ### Feature description I have tried cross-compiling in [4513ECHO/neovim-prebuilt](https://github.com/4513ECHO/neovim-prebuilt), but it has failed. According to the error message,...

enhancement
build

Work on https://github.com/neovim/neovim/issues/459