vim-plugin Questions

7

Solved

I have a Desktop running Windows 7, and a Macbook Pro running Mountain Lion. I use gVim and MacVim respectively. I like to keep my plugins and settings synced between the machine, so I store them i...
Planar asked 30/11, 2012 at 18:58

5

Solved

I would like to use Tim Pope's vim surround plugin in my Pycharm IDE. I've been using the IdeaVim plugin for Pycharm to use vim motions and commands. I know I can use ~/.ideavimrc like my normal ....
Cho asked 25/11, 2015 at 2:10

2

Solved

From the README of the fugitive plugin for vim: :Gblame brings up an interactive vertical split with git blame output. Press enter on a line to edit the commit where the line changed, or o to ...
Gazelle asked 21/7, 2014 at 15:10

1

I am using VS Code with the excellent vscodevim extension. When I navigate to a code that has a Quick Action available I can ctrl + . to activate the drop down context menu. Is there a way to sele...

1

Solved

According to this official guide it is possible to determine your own editors that are called per the filename suffix when in VIM we use command g + x (while cursor is over a file name or URI). Thi...
Operatic asked 24/2, 2021 at 9:59

2

Solved

I'm trying write a neovim plugin using lua, when checking if a variable exists, lua throws an error like: Undefined variable: g:my_var Method 1: local function open_bmax_term() if (vim.api.nvim_ev...
Adventurer asked 21/12, 2020 at 5:7

1

I've been using VS Code in "VIM mode" for years now without a problem. I'm on v1.46 now. I fired it up today and immediately couldn't type and other keys like escape failed to register. I...
Currant asked 21/6, 2020 at 5:16

3

Solved

At the right of my vim-airline display, I have ! trailing[1]. I'm assuming this means trailing whitespace of some sort, but how do I read what vim-airline is telling me and what am I supposed to ...
Stokes asked 15/9, 2015 at 14:25

2

I jumped on to a colleague's computer and tried opening a C++ file in vim, and got the following error - E484: Can't open file /usr/local/share/vim/syntax/syntax.vim Interestingly, the location...
Perl asked 19/6, 2016 at 21:11

11

Solved

I'm trying to add Go language syntax highlighting to VIM on ubuntu with resources and direction supplied here http://go-lang.cat-v.org/text-editors/vim/. Go comes with a go.vim file that contains ...
Intensity asked 22/3, 2013 at 21:5

2

Solved

I just downloaded and stated using the YCM plugin for vim. However I noticed that whenever the auto-complete pops up giving completion suggestions a split window also opens up in my current window....
Polygyny asked 22/7, 2016 at 19:50

7

Emacs 24 looks like it will have a package manager. What package management options are there for Vim?
Normative asked 16/3, 2010 at 21:45

3

Solved

I would like to setup vim for kernel hacking so I have installed YouCompleteMe for auto completion. However, no matter what I do It looks like I can't configure it properly. It does not do semantic...
Hypotrachelium asked 12/5, 2015 at 1:5

2

Solved

I am new to vim and recently came to know that we can use Termdebug to debug code in vim with gdb. I liked this very much as i was searching for a good vim integration with gdb. When i launch Term...
Immunotherapy asked 20/10, 2019 at 7:52

1

Solved

I installed the ALE plugin for Vim using vim-plug: Plug 'dense-analysis/ale' The plugin seems to have been installed correctly. I can use ALE to automatically format files with Prettier, for exa...
Fishing asked 12/4, 2020 at 21:22

3

Solved

Is it possible to do searching in NERDTree window by the filenames and file content?
Shew asked 10/11, 2012 at 10:48

2

When splitting Vim window horizontally, contents of the "old" window are scrolled so as to preserve relative cursor line position. This happens even for small "helper" buffers, like quickfix or pre...
Cassondra asked 1/6, 2015 at 21:44

5

Solved

I have the following vim packages installed on Linux Mint Debian Edition: vim vim-common vim-tiny vim-runtime vim-doc I had the above packages installed before, and after installing Vundle (it w...
Blemish asked 12/1, 2014 at 21:16

3

Solved

According to the documentation of rope-vim plugin I install python-rope and python-ropemode mode packages. However when I try to open some file using vim I get following ImportError: Error detect...
Rath asked 31/12, 2014 at 13:54

4

Solved

Is there a plugin or script to open ctags entries in a new tab? I'd like to put my cursor over a function, press ctrl+] and have the entry open in another tab. I'd also like if I visually select an...
Ascites asked 20/5, 2011 at 8:22

2

i am trying to install the YouCompleteMe Plugin in vim using Vundle but i get this error message : YouCompleteme unavailable : no module named future i have vim 7.4.1910 and python 3.5.2 but i don...
Burdensome asked 5/8, 2016 at 13:44

3

Solved

Many plugins make their public mapping interface accessible through <Plug> maps. Users can then use these maps as hooks for their own mappings, e.g. :nmap <Leader>fu <Plug>fooPlug...
Deland asked 3/12, 2012 at 16:56

3

Is it possible to use Ctrl+n style auto-completion when doing searches and substitution commands in vim? What I mean is: say I have a variable named myNumber in my current file. If I enter insert...
Rella asked 1/11, 2013 at 16:3

2

Solved

I'm using https://github.com/w0rp/ale plugin. But it makes vim less responsive... I have a bind for ALETooggle on <leader>l. It would be nice to have it disabled by default and enable by key...
Ceraceous asked 9/1, 2019 at 21:10

2

Solved

Im working on project that is in fact composed of several subproject, under a common git repository: Project - Sub Project A - Sub Project B - ... I never work on the main folder, and always ...
Witchhunt asked 1/4, 2015 at 19:38

© 2022 - 2024 — McMap. All rights reserved.