Skip to main content

Questions tagged [neovim]

Questions regarding Neovim, a refactored fork of Vim. Should be used with other tags to narrow down the question.

1 vote
1 answer
39 views

I work primarily in Rust where I don't have type information written in the file (the compiler infers the type information for me). I normally rely on the type inlay hints, and in the JetBrains IDEs ...
zedseven's user avatar
0 votes
0 answers
19 views

What I want I want the content of my floating window to appear normally, but I want any blank space to appear like whatever is behind it. What I tried I tried three different approaches in the example ...
nullromo's user avatar
  • 386
1 vote
2 answers
171 views

I have a path like admin/page.html on my clipboard, and I want to find all instances of this in the buffer. I press: / and then: <C-r>+ to paste it: /admin/page.html This only finds the word ...
Nils's user avatar
  • 121
0 votes
0 answers
30 views

I'm a relatively new Neovim user, and am struggling with the indentation rules. I would like my tabs to be 4 spaces. I understand there are several options for this. In the init.lua file for kickstart ...
J.G.Q's user avatar
  • 1
4 votes
2 answers
260 views

When using neovim as a git mergetool, im having troubles accepting entire blocks of conflicts from either source. <<<<<<< HEAD BRANCH 1 ======= BRANCH 2 CHANGES >>>>&...
sch-28's user avatar
  • 61
4 votes
1 answer
138 views

EDITOR=vim crontab -e works, but: EDITOR=nvim crontab -e does not. Changes made to the crontab don't stick. Why is this?
Geremia's user avatar
  • 1,063
0 votes
0 answers
12 views

Example of an error I might get: ...t_nvjppMGP/usr/share/nvim/runtime/lua/vim/diagnostic.lua:1633: Failed to delete autocmd stack traceback: /home/alex/.config/nvim/lua/options.lua:41: in function ...
splaytreez's user avatar
1 vote
1 answer
116 views

After getting the deprecation warning from the neovim/nvim-lspconfig plugin that the require('lspconfig').setup() function was being deprecated in favor of the vim.lsp.config() and vim.lsp.enable() ...
Captain_Obvious's user avatar
2 votes
1 answer
83 views

Using Neovim 0.10.4 on Kubuntu 25.10. When I type :registers, the * and + registers are missing. In :checkhealth, I see: provider.clipboard: require("provider.clipboard.health").check() ...
luther's user avatar
  • 161
1 vote
0 answers
15 views

I've set vim.g.netrw_keepdir = 0 but when I open a directory in netrw that has directories in it, changing to one of the subdirectories using netrw (pressing enter on it) doesn't update :pwd ...
Nils's user avatar
  • 121
2 votes
1 answer
94 views

I really like Neovim's default colorscheme. Is there a way to get that on Vim? I checked Neovim's runtime directory but there are no specified color groups in default.vim so is there a way to use it ...
Charan 00's user avatar
1 vote
2 answers
65 views

I'm trying to move to Neovim from regular Vim and while tinkering with UltiSnips I found out that the synID function always returns 0 for some filetypes in Neovim, while it works fine in Vim. For ...
9iovaferra's user avatar
1 vote
0 answers
36 views
+150

I'm using treesitter inside neovim, for all of the awesome reasons we already know. My (legacy) code has a lot of SQL statements in PHP strings. Using TS I've got it to recognise SQL inside PHP ...
Codemonkey's user avatar
0 votes
1 answer
61 views

In Neovim I am using nvim-tree and the bufferline plugin. The latter is to have tabs. I am not able on how to properly configure bufferline to have the following behavior: When I switch to nvim-tree ...
O'Niel's user avatar
  • 323
1 vote
1 answer
77 views

I'm using a terminal emulator which supports the kitty keyboard protocol (wezterm). Upon startup, Neovim will establish that keys are sent using the aforementioned protocol which makes Alt and Shift ...
glades's user avatar
  • 187

15 30 50 per page
1
2 3 4 5
133