Skip to content
#

nvim

neovim logo

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 489 public repositories matching this topic...

cideM
cideM commented Apr 20, 2020
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
cmcaine
cmcaine commented Jul 22, 2019

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

saep
saep commented Dec 29, 2018

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

Created by Thiago de Arruda

Released January 31, 2014

Latest release 8 months ago

Repository
neovim/neovim
Website
neovim.io
Wikipedia
Wikipedia

Related Topics

neovim-configuration neovim-dotfiles neovim-plugin nvimrc vim
You can’t perform that action at this time.