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 474 public repositories matching this topic...
-
Updated
Jun 2, 2020 - Python
-
Updated
Jun 1, 2020 - Python
-
Updated
Mar 26, 2020 - Vim script
-
Updated
Jul 27, 2018 - Python
NVIM v0.5.0-445-gca02db1f9
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
Compilation: /usr/bin/gcc-5 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -Og -g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wmissing-prototypes -Wvla -fstack-protector-strong -fno-common -fdiagnostics-color=auto
Defx screenshots
I think defx.nvim needs screenshot in README.
If you have good screenshots for defx.nvim README, can you add it in this issue?
The Neovim API now supports Buffer update events. This means we don't need to guess anymore where in the buffer code was changed to infer where we need to update highlights.
We should make use of these events as a replacement for TextChanged
and simplify the parser accordingly.
Say we have a function foo(). Somewhere in the codebase (e.g. some_file.cpp) a multi-line comment references it:
...
/**
* This function wraps foo()
*/
Bar()
...
And when I try to find the definition for foo() I see some_file.cpp:42 * This function wraps foo()
listed. Obviously this is undesired.
If I set my filetype to "c.doxygen" to get doxygen doc comment syntax support, most of the colors of Chromatica doesn't work. Variables and function declarations cease being highlighted however function calls are highlighted as expected.
e.g. E492: Not an editor command: IronPromptCommand
Presumably this was lost with the rewrite to Lua. Personally, I used that command quite often for opening Repls on other machines or in abduco (like tmux/screen).
A good alternative for me would be if IronRepl <arbitrary command line here>
worked
Anyway, the documentation should probably be updated. I don't have time to do either thi
update README
In Ubuntu 18.04.02 LTS with gnome terminal:
- Edit a file part of a git repository.
- git add -p file
- select e to edit what is going to be added
- if a line starts by "-" to be removed, the text and the background show as red, and thus the text is not visible.
-
Updated
Apr 21, 2020 - Vim script
If you include a list of plugins from a module and you want to configure one of the plugins differently or replace it with a different configuration, it is currently necessary to explicitly redefine the whole list. It is probably easier to use the last definition.
To implement this, it is necessary to identify plugins and only start the last definition of the plugin.
- add
name :: String
Fix ci
-
Updated
Jun 1, 2020 - Vim script
-
Updated
Jun 4, 2020 - Lua
-
Updated
Jun 2, 2020 - Vim script
Created by Thiago de Arruda
Released January 31, 2014
Latest release 7 months ago
- Repository
- neovim/neovim
- Website
- neovim.io
- Wikipedia
- Wikipedia
When I set boolean options using
let
, they acceptv:true
but notv:false
.Nvim says
E521: Number required: &ignorecase = 'false'
.nvim --version
: NVIM v0.5.0-456-gdeb4566cavim -u DEFAULTS
(version: ) behaves differently? NO$TERM
: screen-256colorSteps