Skip to main content

Questions tagged [error]

Requests to interpret and troubleshoot error messages from Vi / Vim.

0 votes
0 answers
11 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
0 votes
2 answers
69 views

Every time I open Vim and try to insert or when I open a file I encounter error: E303: Unable to open swap file for "[No Name]", recovery impossible. I'm on Windows 11 and I don't think I ...
user57829's user avatar
0 votes
0 answers
248 views

I want this to format my document on save, and I think the code will do that functionality wise - well it is not working is a different thing. When I try to save a file, I get an error saying ...
async-awaits's user avatar
1 vote
1 answer
1k views

Some context. I am running postgres on my local machine using docker compose. Together with the compose is also pg-admin, but I want to avoid having to open pg-admin all the time and started looking ...
Mark Arrow's user avatar
1 vote
1 answer
362 views

I am trying to compile Vim from source with Ruby support for the command-t plugin in an MSYS2 environment (using the UCRT64 shell). So I followed the instructions of the Vim website and used git to ...
I Like Python's user avatar
0 votes
1 answer
287 views

Using Vim 9.1 32-bit on Windows 11, with Vimwiki 2.5. I'm not sure what I might have done to cause this, but Vimwiki links to files and URLs no longer work. Examples: https://usbank.com [[file:...
furry_marmot's user avatar
0 votes
1 answer
36 views

I get Trailing characters error with set errorformat when trying to use quickfix: This is a sample line from a file 20240527-grep.txt that I would load into quickfix. Note, I obtained this output from ...
Mert Nuhoglu's user avatar
2 votes
1 answer
1k views

I am trying to configure neovim by adding plugins via lazy in my C:\User\{username}\AppData\local\nvim folder. However when I try to use neovim it only works in the nvim folder and no where else. I ...
Hello's user avatar
  • 31
0 votes
1 answer
126 views

How can I search the help entry for the last errors after the execution? Example " try to run a command that doesn't exist :qwerty E492: Not an editor command: qwerty I usually use :echo errmsg, ...
ranemirusG's user avatar
1 vote
1 answer
115 views

While going through the vimtutor, I was supposed to execute commands to access help. Executing :help worked, but once I executed :help w, :help user-manual the output became gibberish. The error code ...
user avatar
1 vote
1 answer
117 views

:h terminal-to-job shows the following example of term_sendkeys() call term_sendkeys(buf, "ls *.java\<CR>") Following this, I added the line to .vimrc: nnoremap <Leader>test :...
Spring's user avatar
  • 189
1 vote
2 answers
392 views

I have been using this bookmark plugin for a while, on Linux. I want to start using it on Windows as well, so I have added this conditional setting: " vim-bookmarks let g:bookmark_sign = '⭕' ...
paradroid's user avatar
  • 432
1 vote
1 answer
356 views

I just installed vim-plug to use the doxygen plugin. Added call plug#begin() Plug 'vim-scripts/DoxygenToolkit.vim' call plug#end() to the .vimrc (_vimrc because Win10..). Using the doxygen plugin ...
Max's user avatar
  • 113
0 votes
1 answer
223 views

I would like to execute multiple deletions. The problem when a pattern is not found all deletions are cancelled. I used the e flag to tell vim the not founding a pattern is not an error, but it still ...
Ayoub Falah's user avatar
0 votes
1 answer
571 views

I'm trying to setup my nvim environment following this video. I tried to install Telescope and got this error. I'm installing this on wsl2, nvim version 0.9.1 [packer.nvim] [ERROR 18:23:00] async.lua:...
Minh Mốc's user avatar

15 30 50 per page
1
2 3 4 5
8