When I add set signcolumn=number
in to init.vim
I get this message on startup:
Error detected while processing ~/.config/nvim/init.vim:
line 17:
E474: Invalid argument: signcolumn=number
Press ENTER or type command to continue
How to merge signs column with line number column in NeoVim ?
My NeoVim version:
NVIM v0.4.4
Build type: Release
LuaJIT 2.0.5
Thank you for your help
Solution to this problem is to upgrade NeoVim to version
0.5.0
. At the moment this version is not officially released. You can still install dev version.Installation guide
Windows
Run nvim-qt.exe
MacOS
Run ./nvim-osx64/bin/nvim
Linux (x64)
chmod u+x nvim.appimage && ./nvim.appimage
Official stable release is planed on Christmas 2020. Here is project milestone