vim-plugin Questions
1
Solved
How can you put vim in an insert mode where the entire screen is effectively whitespace i.e. you can type anywhere?
I know it's possible, I just cannot remember the command, unfortunately!
This a...
Eyrir asked 31/7, 2018 at 23:18
4
Solved
I am trying to install Vundle on my Macvim. I followed the following link to get Vundle. I also configured my .vimrc file. But when I try PluginInstall, I get the following error.
E492: Not an edi...
Irresolvable asked 3/5, 2015 at 17:56
3
Solved
Right now I'm playing with autocompletions in vim, and I've settled on supertab to handle my completions. While it's running very smoothly and (I think) exactly as it's designed, I'd like to know h...
Spadix asked 1/8, 2013 at 6:36
3
Solved
I just started using Visual Studio Code and think it's really great.
Also installed the vim extension, but I'm struggling with mapping esc to a another key.
Normally I have this:
:imap jj <...
Parhe asked 12/6, 2016 at 17:59
2
There are two ways to use tern_for_vim plugin in HTML files as the webpage say.
use tern_for_vim plugin in HTML files
Both method can work ,both of them can't make js completion menu pop up autom...
Galbraith asked 15/3, 2018 at 8:6
1
Solved
I type my LaTeX documents with Vim. I use both spell check and syntax highlight with the default plugins, although I use a customised colour scheme. With this setup, this is the typical view I get ...
Implant asked 10/1, 2018 at 9:32
3
Solved
right now I'm cleaning up my .vimrc file to make sure it's compatible on most systems.
In my statusline I use a function that another plugin sets, the GitBranchInfoString() function introduced by ...
Caryncaryo asked 4/12, 2012 at 19:23
3
Solved
I have a problem with finding a proper solution for most recently used files with the FZF Vim plugin.
This plugin should have features like:
show files opened in current vim session(like buffers)
...
Sub asked 28/7, 2015 at 14:50
2
Solved
The yankring plugin for Vim creates a file in my home directory called yankring_history_v2.txt. How do I tell the plugin to store this file in another location?
Spun asked 21/2, 2013 at 19:4
3
Solved
How would you surround the following text with 3 backticks ``` using tpope's Vim Surround.
All I can is 1 backtick using S` in visual mode:
Firkin asked 20/11, 2017 at 20:59
2
Solved
I'm getting this error message: Unknown function: elm#FindRootDirectory
When I open an elm-file within neovim.
I'm using ElmCast/elm-vim as a plugin to write elm code.
I know I could simply remov...
Smew asked 1/10, 2017 at 15:47
1
Solved
I'm having some trouble moving to the first non-blank character of a line in vim.
The usual mapping for this action is ^, but in my keyboard that accent is located with the number 6 key, so I hav...
Map asked 22/9, 2017 at 14:57
1
Solved
In my Linux machine files with the .sv extension opens up by default with the verilog syntax highlighting scheme, however extension with .vor .vs don't.
I have to manually in gvim do a :set syntax...
Arvillaarvin asked 18/6, 2017 at 14:35
2
Installed gvim on Windows and trying to run (Microsoft)sql server queries. Getting errors when I try to issue commands specific to dbext. Please see below for details.
Vimrc contains this connect...
Saccharose asked 12/3, 2015 at 22:57
1
Solved
As per the title, is there any way to know which vim plugin is raising error messages (apart from disabling/enabling one by one of course)?
I'm continuously getting the error message below
Error d...
Luteous asked 2/6, 2017 at 9:7
1
Solved
Vim syntastic plugin pops up the errors and warnings location list and it needlessly consumes more screen space than needed for the list:
How can I configure syntastic to open a location list wi...
Saxony asked 17/5, 2017 at 17:8
3
Solved
Are there any plugins or built-in methods in Vim for performing refactoring on C or C++ code, something like the refactoring tools in Eclipse?
I'm especially keen on the extract method refactoring...
Fredelia asked 18/3, 2010 at 14:41
1
Solved
I have made several changes to my .vimrc file, which includes several vim-plug plugins, some syntax/coloring options and some key mappings.
Whenever I open a new Vim session however, not all of th...
Gnu asked 7/10, 2016 at 9:4
3
Solved
I installed a cygwin on my windows machine. There isn't a .vim directory in my cygwin home directory. How to install vim plugin in this case?
By the way, what plugins are suggested for HTML/CSS/Ja...
Thirteenth asked 15/12, 2010 at 8:16
1
Solved
I have vim setup to run Autoformat when I write to files but periodically forget to add an extension to my blacklist before making edits to it. Now I can't save the edits since the autoformating me...
Solute asked 20/12, 2016 at 20:44
1
Solved
After pressing v and entering visual mode in vim, I would like to move those lines up a few rows. The solution discussed here does not suit me as I would like to move lines visually, i.e. I don't w...
Proffitt asked 11/12, 2016 at 9:8
3
Solved
I've been struggling for 2 days to install some plugins which use python on Vim (Windows). Even with a stock vimrc.
Using the official vim 7.4 binary (x86)
I've checked that it comes with +pytho...
Attar asked 15/8, 2015 at 13:16
7
Solved
I installed Vundle via the instructions given at this blog http://web.archive.org/web/20120731003342/http://www.charlietanksley.net/philtex/sane-vim-plugin-management
but when trying to run :Bundl...
Moureaux asked 29/8, 2012 at 13:57
2
Solved
I just started playing around with NERDtree and VIM and can't figure out how to make NERDtree NOT be the default window when it opens.
I'd like to open NERDTree in one pane and the relevant file i...
Dawndawna asked 6/7, 2015 at 18:30
3
Solved
I'm using vundle as my plugin manager for vim.
However I'm having trouble installing ctrlp plugin.
When I execute :BundleInstall ctrlp, it outputs the following log with a fatal error:
[131003...
Subset asked 3/10, 2013 at 8:7
© 2022 - 2024 — McMap. All rights reserved.