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 738 public repositories matching this topic...
-
Updated
Apr 15, 2021 - Vim script
-
Updated
Apr 18, 2021 - Python
-
Updated
Apr 17, 2021 - Python
-
Updated
Apr 18, 2021 - Lua
-
Updated
Feb 26, 2021 - Vim script
-
Updated
Apr 18, 2021 - Lua
-
Updated
Jul 27, 2018 - Python
-
Updated
Apr 11, 2021 - Python
-
Updated
Jan 19, 2021 - Python
-
Updated
Feb 19, 2021 - Vim script
-
Updated
Apr 19, 2021 - Python
I'm using UltiSnips as one of the sources:
require'compe'.setup {
preselect = 'disable',
source_timeout = 100,
source = {
path = {kind = ""},
buffer = {kind = ""},
Sometimes a plugin (or multiple plugins) might fail to update/install.
It would make sense to add a retry option (perhaps mapped to R, since r is already mapped to revert).
-
Updated
Feb 20, 2021 - JavaScript
-
Updated
Dec 15, 2020 - Vim script
-
Updated
May 18, 2020 - Python
-
Updated
Apr 9, 2021 - Vim script
Describe the bug
Hunk preview or blame float window requested while cursor is close to bottom of the window causes float window overlap status line and cuts lower part of the float.
To Reproduce
init.vim:
let $PLUGIN_DIRECTORY = '~/.config/nvim/bundle'
set runtimepath^=$PLUGIN_DIRECTORY/plenary.nvim
set runtimepath^=$PLUGIN_DIRECTORY/gitsigns.nvim
lua << EOF
requi-
Updated
Feb 16, 2021 - Vim script
-
Updated
Apr 17, 2021 - Lua
Created by Thiago de Arruda
Released January 31, 2014
Latest release 9 months ago
- Repository
- neovim/neovim
- Website
- neovim.io
- Wikipedia
- Wikipedia

It is currently expected that UIs will figure out when to hide
msg_history_showmessages by themselves.I think this is bad for two reasons:
press ENTERprompt when the time to hidemsg_history_showmessages has come.After [di