Questions tagged [nvim]
for questions specific (and unique) to the Neovim program. Questions about Vim in general should use [vim].
50 questions
0 votes
0 answers
37 views
weird background when neovim plugins create panels
I'm not 100% sure how to describe the problem, but there's this background color applied to the editor whenever Telescope, NerdTree, or CtrlP display. Incase it wasn't obvious nixos is configuring ...
0 votes
1 answer
48 views
Installing lunarvim from script with the questions answered
On their website, you're asked to install their program via a script instead of downloading it via a package repository like most regular apps do. LV_BRANCH='release-1.4/neovim-0.9' bash <(curl -s ...
0 votes
1 answer
156 views
Neovim tabstops and git diff
I am new to vim and have difficulty setting it up. I am working with a FRR code in which the tab is 8 spaces. I want to see 4 spaces instead of 8 and have added the following settings [options.lua]: ...
1 vote
1 answer
3k views
How to install NeoVim v0.9.5 on Debian, by means of downloading the tarball file, unpacking it and running ./nvim-linux64/bin/nvim?
I'm asking this, because I need to install NeoVim from github to get the latest 0.9.5 version instead of the v0.7.something available via apt package manager. $ sudo apt list neovim Listing... Done ...
2 votes
0 answers
214 views
How to configure coc and nvim to sort react imports correcty?
I use nvim daily in conjunction with coc and it has been extremely more efficient than VS code, however, something that is done in vscode and I can't configure for when I use React is the import in ...
1 vote
1 answer
723 views
Just installed nvim 0.10 and can't find or open it
I installed nvim 0.9 from this site but I can't find or open it, if I try to use sudo dnf install neovim It says Package neovim-0.10.0~dev.361.ge3e6fadfd-500.fc36.x86_64 is already installed. but when ...
1 vote
2 answers
767 views
How to detect the linux distribution name in Neovim init.lua
How can I detect in my neovim ~/.config/nvim/init.lua configuration which operating system distribution nvim is running? I want different Neovim configurations on debian servers as on my fedora linux ...
0 votes
1 answer
290 views
Installing Neovim v0.8.1 with Guix makes some treesitter parser unusuable because of GLIBCXX_3.4.29 not found
It seems that guix compile neovim with gcc 10.3 which does not come with GLIBCXX_3.4.29 (like described here). The exact error provided while opening neovim with an html file for example is : Error ...