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
:helpto see if options are supported; 3) update to the last version etc. In particular, 0.4.4 doesn't support "signcolumn=number". You must update to 0.5.0. - Mattsudo pacman -Syy. - Jan Černý