Skip to main content
Filter by
Sorted by
Tagged with
Advice
1 vote
1 replies
57 views

What do I want: I set "<leader>gd" as the key to "go to definition" vim.keymap.set("n", "<leader>gd", ":Lspsaga goto_definition<Enter>&...
woc1111's user avatar
0 votes
0 answers
39 views

Inside NerdTree when I am on a file by the line cursor, I can hit m and choose s, which for my understanding should provide symbolic link creation. It provides a command line (bash), so what to type ...
woodz's user avatar
  • 827
0 votes
0 answers
86 views

In VS Code when I typing something like var. and press ctrl+space, I can continue typing some prefix with opened autocomplete menu and it will filter it's list. In coq_nvim when I use vim.g....
ramzes666's user avatar
2 votes
0 answers
70 views

I'm implementing a vim plugin that moves the cursor within current line. It extends the function of f. Think of it as something similar to notable-ft. Here is a simplified illustrative example of the ...
Kaiwen's user avatar
  • 377
0 votes
0 answers
84 views

I am unsure if I followed the steps correctly when trying to install the plugin tagalong. The problem is its functionality is not working after I installed it. Here are the steps I took. Per https://...
stalris's user avatar
  • 15
2 votes
0 answers
868 views

I use the vim-rails plugin to edit .erb files. In VIM in the insert mode, I could use a shortcut CTRL-s + = to insert <%= %> block, as shown here. But in NeoVim this keymapping CTRL-s is used by ...
arthur-net's user avatar
  • 1,256
1 vote
1 answer
89 views

I have this config for cpp, but when i use vimspector#Launch, error appears, it's connected with this string "shell": "g++ -o ${workspaceRoot}/test -g -std=c++2a ${workspaceRoot}/*.cpp&...
ZaharChernenko's user avatar
1 vote
2 answers
681 views

I am currently trying to setup a .clangd file to use for my lsp ... how can i add multiple compile flags? my file is autogenerated and looks like this: CompileFlags: Add: - -IC:\Users\adria\...
BigAgg's user avatar
  • 43
0 votes
1 answer
216 views

Using neovim on windows 10 + powershell. vim-jukit plugin installed with lazy. My intention is to have a jupyter notebook-like experience thru (neo)vim when pressing <leader>os to output split, ...
Quercus's user avatar
  • 15
0 votes
1 answer
213 views

Problem Details: I download the clangd for vim plug ALU to support the cpp syntax autocompletion, but in C++ code, there is a warning message that always appears as below: 'new' of type 'Vmux41' with ...
Cricy Saray's user avatar
2 votes
1 answer
192 views

I've installed neovim v.0.10 and the latest NvChad on Linux Mint 21.2 MATE 64-bit: $ nvim --version NVIM v0.10.0-dev Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 Run "nvim -V1 -v" for more ...
CurDev's user avatar
  • 63
0 votes
1 answer
100 views

In the VSCode Vim plugin, there are various normal mode commands that depend on the boundaries of the word/token under the cursor (e.g. *, w, e, etc). These don't work well with the R language which ...
Jthorpe's user avatar
  • 10.3k
1 vote
1 answer
204 views

I'm using solarized with vim and when I'm debugging (using Termdebug), the current execution line is missing: I've been working around the issue by switching to light mode: If I go back to dark, ...
dromodel's user avatar
  • 10.4k
2 votes
1 answer
797 views

I'm using neovim, vim-autoformat, and have a .editorconfig setup like so: root = true [*] indent_style = spaces indent_size = 2 This is what I expect: however, when I run :Autoformat, this is what ...
jamesdlivesinatree's user avatar
0 votes
0 answers
53 views

I try to create a syntax highlight match group that match all words only with capital letters with underscores (constants in Java). My definition: syn match javaConstants "[A-Z_]\{2,}" ...
Drewermerc's user avatar
-4 votes
1 answer
1k views

this is my vimrc file in ~/ folder Note : i use linux (kali linux) https://pastebin.com/i37cPUSK i installed vim plug using this curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw....
MdNihal05's user avatar
0 votes
0 answers
416 views

I've been trying to install YouCompleteMe to set up for my vimtex, but I encounter some problem here. I've been install python3, Cmake and Visual Studio 2019. but when I follow the instruction to ...
Arsyadana17's user avatar
0 votes
1 answer
90 views

These are my commands and functions that get name and address for app or url to launch em withing vim. They store the value in .txt files. Problem is that both commands give me "E119: Not enough ...
Eros Danailov Donchev's user avatar
0 votes
1 answer
628 views

Ycm build-in in Jedi doesn't support diagnostics. I tried some ways, like YCM's LSP and Syntastics, but various problems appear when using other plugins. For ycm, lsp, and pyright, it works well ...
ieeya's user avatar
  • 1
0 votes
1 answer
343 views

I write a vim plugin to learn some vimscript. I set the variables in the /autoload/plugin.vim like this: let g:configpath = '~/home/username/.vim/bundle/testplugin/templates/' let g:config = '/config....
0x01_PH's user avatar
  • 154
-1 votes
2 answers
200 views

I want to be able to navigate in this kind of windows in Android Studio using IdeaVim. For that I need the name of propper action or the name of this type of popups so I can search further. Examples ...
chrming's user avatar
2 votes
1 answer
105 views

I had previously installed the mkdx markdown plugin for vim, via Vundle. I later decided to switch to vim-markdown, and uninstalled it. Initially, everything seemed fine, but when I attempted to ...
cp1's user avatar
  • 163
1 vote
1 answer
780 views

I recently upgraded to neovim & I love it. One of things I start to use is the Fugitive plugin, which I really like. In order to use it as a replacement for git gui, I created a bash alias, to run ...
Joe M.'s user avatar
  • 609
2 votes
3 answers
9k views

I would like to install the vim plug-in YouCompleteMe but after installing, when I launch Vim I get the warning: YouCompleteMe unavailable: requires Vim compiled with Python (3.8.0+) support. I know ...
sadphysicsboy_jon's user avatar
1 vote
0 answers
272 views

I want to be able to toggle on and off this potential feature too. Sometimes, I don't want to change the cursor position, but I want to use my mouse to select a split to focus on. I tried disabling ...
Theodore Yamada-Dessert's user avatar

1
2 3 4 5
25