vim-plugin Questions

7

I am using IntelliJ IDE for my projects and just installed ideamvim plugin. In the .ideavimrc I added this property set rnu with this property I get relative line numbers in my files in intellij wh...
Lorant asked 8/5, 2020 at 14:37

3

Solved

I got the wonderful bookmarks.vim plugin to my vim. I especially like the named bookmarks and using the QuickFix window to list them. In the code to show the bookmark list I'd like to add somethin...
Tyree asked 23/1, 2014 at 23:18

3

Solved

In VsCode VIM (vanilla installation), how would you execute Ctrl + N? When inspecting the keyboard shortcut, it looks like this: I tried the plain way in VIM by running :new, but it opened a new...

2

Today I was making my custom vimrc, but it gives me this error. It is not allowing me to use any plugins. Can somebody help by telling what I am doing wrong? These lines are the error that it is sh...
Cookie asked 11/2, 2021 at 11:59

2

Solved

After installing vimspector with Plug.vim, when I reopen neovim, I met the problem as described in the title.
Sverdlovsk asked 12/10, 2022 at 4:35

7

Solved

I used to use ZoomWin: https://github.com/vim-scripts/ZoomWin for toggle between one and multiple windows in Vim. But this plugin has one big issue. When I`m trying to restore multiple windows(vert...
Fuchs asked 2/11, 2012 at 11:33

6

I am using the Matrix colorscheme along with CSApprox for my terminal vim. I can not seem to be able to set the background as transparent. I have tried editing the matrix.vim file but it doesn't m...
Telegraphy asked 8/6, 2016 at 20:54

6

i have vim 8.2.850. I am trying to install YouCompleteMe. But get this error, when trying to open vim: "YouCompleteMe unavailable: requires Vim compiled with Python (3.6.0+) support" How ...
Moisture asked 22/12, 2020 at 18:7

3

I am slightly new to vim, and I installed the vim vscode plugin so I can use vim-like melodies to manipulate code in vscode. However, I used to have janus installed on my terminal (including NERDTr...
Nonplus asked 9/6, 2020 at 22:22

4

Solved

I am using the Show Marks plugin in vim to display where the marks are. The displayed marks can be toggled on/off with the \mt command. When I first open a document the marks are off like so: Th...
Vadose asked 3/1, 2012 at 23:51

4

Solved

I know that you can use GWrite to stage current file. You can also use GStatus and - to stage the file you are selecting. Is there a way to GWrite all the files or do git add . without using GStat...
Playsuit asked 15/9, 2017 at 0:3

1

how can I override some color scheme value in neovim lua config file? I am trying to use .lua instead of .vim. Previously in my init.vim file I have this to override some settings I want to enable ...
Humfrey asked 17/2, 2022 at 5:10

4

Scrolling while keeping j or k pressed is too slow. Doing 10j multiple times isn't ideal either. How can I go faster while keeping a key pressed ? I'm using vim for vscode but I imagine the soluti...
Stellarator asked 2/1, 2019 at 13:32

1

Solved

I am building an internal project wiki for a group software development project. The project wiki is currently powered by VimWiki and I send the HTML files to both the project supervisor and each o...
Aleda asked 25/8, 2019 at 6:48

4

I recently added ripgrep to my list of vim plugins and, immediately after installation, I began receiving this error message whenever I loaded up vim: Error detected while processing /Users/my_macb...
Quadrisect asked 26/7, 2021 at 15:48

4

Solved

I'm trying to write a vim syntax file, one problem I'm dealing with is vim's regex syntax is different from most other languages(I think the one called "perl compatible regex", Python, JavaScript e...
Directly asked 24/1, 2013 at 10:29

3

Solved

I've seen similar questions asked before here and here, however they are 4 years old and did not yield answers that matched my requirements. If I type Python code into Vim, for example: os.path.j...
Leanneleanor asked 11/4, 2015 at 16:36

1

everyone! I’m configuring neovim for “Windows terminal”. And I installed the coc plugin. And I would like to use for triggering suggestions like in VSC. But the problem is that in neovim doesn't wo...
Reece asked 18/12, 2021 at 18:33

1

I want to set up python linting in Vim using the ALE Vim-package. So far it works well in Atom using the Atom-Plugin, but in Vim it somehow is not working. I installed pylint using pip3, Vim 8....
Opener asked 15/6, 2019 at 22:44

2

Solved

One of the Vim Plugins I use has a bug, causing it to set :syntax spell notoplevel. The bug is easily mitigated if I run the command :syntax spell toplevel after opening a file. However, I'm lazy a...
Pifer asked 5/6, 2019 at 5:47

5

Solved

I started using the Syntastic plugin for Vim, which will run a syntax checker on the current buffer and then indicate any lines which have errors. I can open up the list of errors as as a location ...
Buffy asked 8/2, 2013 at 18:1

4

Solved

Is it possible to to change the way you expand emmet code into HTML? The default is ctrl+y+, and thats about two too many keys for my liking. In sublime I just enter the emmet code and hit tab an...
Lechery asked 12/4, 2014 at 17:35

2

Solved

A plugin defines a function named HLMarks(): hi Marks term=reverse ctermfg=0 ctermbg=40 guibg=Grey40 function! HLMarks(group) call clearmatches() let index = char2nr('a') while index < char...
Breed asked 21/10, 2015 at 1:51

2

I have tried wiping my .vimrc, uninstalling all plugins, updating Vim, trying different shells, etc. but I absolutely can't get 'gx' to work over a given URL. I have used it before and it worked fi...
Paleolith asked 23/12, 2015 at 5:1

6

I am using vim-airline plugin which works pretty good however, the only way to switch between tabs is to user :bp or :bn which is shortcuts for :bprevious or :bnext. The problem with this is that i...
Jehiel asked 28/2, 2015 at 8:32

© 2022 - 2024 — McMap. All rights reserved.