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
44 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 ...
1 vote
1 answer
70 views
File 'darkmode.sty' not found, emergency stop
Description When using vimtex to compile my document, I get the error: File `darkmode.sty' not found. error| Emergency stop. error| Fatal error occurred, no output PDF file produced! This error is ...
0 votes
1 answer
82 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
321 views
How to Disable Picom Transparency While Neovim is Opened?
I'm using the st, simple terminal from suckless. I am running picom on startup with picom --backend glx, and the terminal is transparent. I like how the terminal is transparent all the way up until I ...
0 votes
1 answer
175 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]: ...
0 votes
1 answer
1k views
wezterm > tmux > nvim colors not forwarded through tmux correctly
I'm currently having the problem that the colors are not forwarded correctly from nvim through tmux to wezterm. I think tmux is to blame since the colors work like expected when I invoke nvim from ...
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 ...
0 votes
1 answer
274 views
yamlfix not using configuration + (neo)vim usage
I'm using yamlfix with ale in vim. I followed these steps because I wanted to remove the automatic "---" adding on top of the file every time I save my work (and some others default ...
2 votes
0 answers
219 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 ...
2 votes
2 answers
2k views
Colors different when running nvim through tmux using alacritty config
Background: I'm just setting up an install of Arcolinux. I have a keyboard shortcut SUPER+Enter to launch alacritty. What I want is to have alacritty automatically create and start in a new tmux ...
1 vote
1 answer
740 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 ...
0 votes
0 answers
316 views
piping text file contents with unsaved modifications to a command with the neovim interactive terminal emulator
I want to know if theres an equivalent to :w !cmd for the nvim terminal emulator. Like :te cat % | cmd is almost there but you would have to save the file before using it. Is there another way? Like ...
1 vote
2 answers
796 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
2k views
treesitter Neovim plugin not working on nixos
I have installed home-manager in a flake as a module. The Flake and the Module are in /etc/nixos/. My Home manager File links to another file in which I configure neovim, this file is located in /etc/...
0 votes
1 answer
303 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 ...