Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
542 views

I'm trying to set up C++ debugging and for the n'th time stumbled across the MIMode key. So I thought it's about time to get a proper understanding of it. I've read the DAP specs already which was ...
glades's user avatar
  • 5,356
1 vote
1 answer
91 views

Once in a while (only when I start typing fast), Zellij exits it's fullscreen mode, so I'd see all of the panels. And changes it's order (as if I did the command NextSwapLayout). Additionally it seem ...
T0nd0Tara's user avatar
  • 122
1 vote
0 answers
466 views

I'm using neovim with lazy package manager to configure the git-blame plugin. This is my config, but it is not formatting the date correctly for me. According to the docs, the %r format is supposed to ...
spinners's user avatar
  • 2,741
1 vote
0 answers
179 views

I recently switched from VSCode to neovim and managed to create a nice setup for java editing. However, I an not happy with the way how treesitter renders documentation (see images). Basically, ...
Oldboy's user avatar
  • 348
0 votes
1 answer
367 views

I am new to Neovim and am trying to add the markdown-preview plugin, but it's not loading even though other plugins are working fine Here is my nvim folder structure. nvim/ ├── init.lua ├── plugins/ │ ...
Mạnh Đỗ Duy's user avatar
2 votes
1 answer
264 views

I want to use regex capture groups with :substitute in Neovim but they don't seem to be working. For example, I have this text: - myKey: myValue I want it to be: - myKey: something-myValue I enter ...
jeremywat's user avatar
  • 1,126
0 votes
0 answers
213 views

Since the last lazyvim update about three weeks ago, Autocompletions are not working. Astro and Svelte LSP are installed, so I tried other configurations from github but found no results. Attached my ...
Leonardo Alipazaga Bazan's user avatar
3 votes
1 answer
781 views

I'm using Neovim's lspconfig plugin to manage LSP servers for my development environment. Whenever I open a TypeScript file, both denols and tsserver attach to the same buffer, causing conflicts. When ...
Muhannad Elbolaky's user avatar
3 votes
2 answers
2k views

In Neovim with the LazyVim configuration, when I press ] w (next warning) or ] e (next error) there is a box with the diagnostic information. How do I move into it so that I can then yank the ...
KennethLG's user avatar
4 votes
1 answer
367 views

If you install the copilot neovim plugin following the official instructions, it is always on, also when you type -say- pass edit www.mybank.com/credentials which decrypts your GPG encrypted file and ...
Carlo Wood's user avatar
  • 7,147
0 votes
1 answer
419 views

Suppose I have a path dir1/myfile.txt and want to use :e command for open myfile.txt. When I type :e and press tab I have dir1 in autocomplete list and when I hit enter, directory file is opened. How ...
ramzes666's user avatar
1 vote
1 answer
374 views

I'm new to Mac and nvim, I had to switch for my current role and am using nvim to setup my mac. I don't know what I did but now every key press is a command and can't type it all. I've tried ...
DukeOfDoors's user avatar
0 votes
1 answer
255 views

I am new to Neovim, and I have written some plugins. I want to learn how to write documentation. As far as I know: *tag* - Defines a tag |link| - Links to other help topics. Press `K` (...
Carson's user avatar
  • 8,880
0 votes
0 answers
46 views

I'm using a Tmux extension called Floax, and need to activate it from Neovim (only if Neovim is running inside Tmux, otherwise it should perform another action). So far I manage to create my lua ...
Santiago's user avatar
  • 522
0 votes
1 answer
1k views

I am using nvim.lazy, nvim-cmp and luasnip. I was coding c++ program, and I got the autocompletions, but it is autocompleting only strings that I used before, not the functions of c++. in example, if ...
Winston167's user avatar
1 vote
0 answers
762 views

I'm struggeling with a problem concerning my neovim config. I'm really struggeling and I think I must oversee something because the task can not be more easier. Right now I'm struggeling to deactivate ...
Levi's user avatar
  • 21
1 vote
0 answers
148 views

I'd like to jump to the actual implementation typescript function in neovim instead of the type definition. From what I've read I must execute the "typescript.goToSourceDefinition". I'm ...
cheezsteak's user avatar
  • 2,945
1 vote
0 answers
85 views

Basically im on Linux (arch btw) and i want to make a Windows programs I installed mingw and specified the include paths but I'm getting errors in the LSP with iostream and vector (in this case didn't ...
omar dans castro's user avatar
1 vote
0 answers
45 views

I want to make a neovim plugin but my plugin need to be able to copy the whole vim api, do some changes to it and roll back later backup = vim -- do some stuff with `vim` vim = backup I tried to do ...
Rignchen's user avatar
4 votes
1 answer
828 views

I want to set up language server for my JS/TS project with Deno. I am using modular_kickstart which is a fork of kickstart neovim. I have put my config for deno in my lspconfig.nvim plugin file like ...
Mr.Unforgettable's user avatar
3 votes
1 answer
459 views

I'm customizing my tmux setup to match Neovim's appearance, specifically the vertical pane separator used in vsplits (|). In Neovim, I use this configuration for the separator: vim.opt.fillchars = { ...
Lotfi laroussi's user avatar
2 votes
1 answer
319 views

I want to get the signature of all the function definitions/declarations in a lua file and put them in a buffer. Reading through the TreeSitter query syntax and neovim Treesitter help I came up with ...
Antiphon0x's user avatar
1 vote
1 answer
1k views

Problem: Avante plugin never responds with a generated response. It just hangs forever. Suspicion: There is something wrong with the API key or way it is being used. Question: How do I properly set ...
currenthandle's user avatar
2 votes
1 answer
263 views

I have installed nvim-lspconfig and nvim-cmp plugins for Neovim. A code completion with ccls works pretty well for .cpp and .hpp file extensions. I want to make code completion to also work with .tpp ...
Александр Алибеков's user avatar
0 votes
0 answers
265 views

I'm on Ubuntu via WSL. I've 'installed' neovim by copying the AppImage (https://github.com/neovim/neovim/releases/latest/download/nvim.appimage) into ~/.local/bin/, making it executable with chmod, ...
ElRudi's user avatar
  • 2,294

1 2 3
4
5
50