nvim
Neovim is a refactor, and sometimes redactor, in the tradition of Vim. It is not a rewrite but a continuation and extension of Vim. Neovim is built for users who want the good parts of Vim, and more.
Here are 1,700 public repositories matching this topic...
-
Updated
Jul 27, 2022 - TypeScript
-
Updated
Jul 27, 2022 - Lua
-
Updated
Jul 28, 2022 - Lua
-
Updated
May 17, 2022 - Python
-
Updated
Jul 27, 2022 - Lua
-
Updated
Jul 28, 2022 - Lua
-
Updated
Jul 28, 2022 - Lua
-
Updated
Jul 25, 2022 - Lua
-
Updated
Jun 1, 2022 - Vim script
-
Updated
Jul 28, 2022 - Lua
-
Updated
Jul 6, 2022 - Python
-
Updated
Jul 28, 2022 - Lua
Is your feature request related to a problem? Please describe.
I use set signcolumn=number and have my cursor line highlighting extending across the number column like so:
I can't find a way to make the CursorLine background apply to the signs:
-
Updated
Jun 15, 2022 - Vim script
-
Updated
Jul 24, 2022 - Lua
-
Updated
Jul 27, 2022 - Vim script
-
Updated
Jul 28, 2022 - Python
Basically, any smaller or bigger PR is welcome that ports relevant modifications to Lightspeed from Leap. Note that this is only about cleaning the codebase and enhancing the API, and not about adding/removing actual features. Feel free to ask for help here if you're interested and want to deal with something non-trivial.
Thank you for this amazing plugin! (TJ brought me here)
I found this strange bug that happens for your plugin, but doesn't occur with Tpope's.
Write the following: (I used python for this example)
print("hello world")When while still in insert mode write: <C-\><C-o>gcc
(<C-\><C-o>) takes you into normal mode for a single command before returning to insert mode)
expecte
Created by Thiago de Arruda
Released January 31, 2014
Latest release about 1 month ago
- Repository
- neovim/neovim
- Website
- neovim.io
- Wikipedia
- Wikipedia


Sometimes a plugin (or multiple plugins) might fail to update/install.
It would make sense to add a retry option (perhaps mapped to
R, sinceris already mapped to revert).