Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

19
votes
10answers
5k views

Pathogen does not load plugins

Pathogen does not work for me. I am following Adam Lowe's hints posted here (and few more) without any success... My vimrc: filetype off call pathogen#runtime_append_all_bundles() filetype plugin ...
15
votes
3answers
7k views

How can I make VIM play typewriter sound when I write a letter?

After a lot of writing in Q10 on Windows, I got used to the typewriter sound it makes every time you press a key. At least for me it feels great to have this sort of sound feedback. On Linux on the ...
13
votes
2answers
2k views

Refactoring c / c++ in vim (e.g. method extraction like in eclipse.)

Is there any plugins or built-in method 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 tool ...
8
votes
1answer
60 views

Calling a C++ library function in vimscript

Is there a way to call a C++ shared library function from within a vim plugin written in vimscript? Say there is a hello_world.so that has a function hello_world(). I want to call this function ...
6
votes
5answers
240 views

Favourite places in vim

Is there a command in vim that can bookmark a place (path to the file, line number in that file), so that I can go to that place easily later? It would be similar as NERDTree :Bookmark command. You ...
5
votes
2answers
3k views

VIM Python Indentation not working?

So I have VIM7 (enhanced) on CentOS5 and it comes with all the usual VIM plugins/scripts ready to go. $ find /usr/share/vim/vim70/ -name \*python\* /usr/share/vim/vim70/syntax/python.vim ...
4
votes
1answer
426 views

What are the different Ruby debugging plugins for VIM?

I've tried a few Vim debugging tools for Ruby, but they are littered with bugs (as far as i can tell). Anyone know of a really stable debugger for Ruby & Vim?
4
votes
1answer
982 views

Two basic questions with NERDTree — switching windows and finding files

I am using vim with NERDTree to develop, but not good at it. I have two questions with NERDTree: How to move cursor between nav window and edit window without mouse? How to go to one special file ...
4
votes
2answers
1k views

Installing NERDTree on Windows

I'm trying to install NERDTree (the Vim plugin) on Windows 7. I created a .vim directory on my user folder (C:/Users/Username) and extracted the plugin there. I've run :helptags ~.vim\doc and ...
3
votes
3answers
509 views

vim: Open tag in new tab

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 ...
3
votes
2answers
943 views

How to install vim plugin under cygwin?

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 ...
2
votes
1answer
165 views

Vim snippets plugin [closed]

I know there is some vim plugins that implements TextMate-like snippets feature. The popular are: snipMate, snippetsEmu, neocomplcache, UltiSnips and xptemplate. What is the best and why? Consider ...
2
votes
1answer
182 views

How to delete current buffer and reopen the next buffer in current window?

I would like to know is there any shortcuts or commands to switch buffer (delete current and reopen next buffer) in current window because sometimes I feel I opened too many buffers? And currently I ...
1
vote
1answer
63 views

Vim NERDTree re-size vsplit

I am using the NERDTree plugin for Vim. When using the s: open vsplit command, is it possible to resize the windows so that the file is taking up a larger portion of the screen than the directory ...
1
vote
2answers
61 views

Plugins in gVim not working

I need help in installing some of the popular plugins in Vim. I just started learning this editor and is very excited to use the popular plugins. I'm using gVim in Windows XP and have extracted the ...
1
vote
1answer
151 views

Searching with command-T

When I search some file with command-T it often failes to find it because I'm not in the right directory, so I have to change the directory. Is it possible to set that command-T will search first in ...
1
vote
3answers
570 views

gvim pathogen issues

I downloaded pathogen.vim from github and put it in "autoload" directory under ~/.vim. However now when I fire up gvim, and do :helptags, it says "Argument required". The contents of my ~/.vimrc file ...
1
vote
2answers
597 views

Python Not Enabled In Vim

I am trying to get the Xdebug vim plugin to work which depends on python. Here is my environment: Windows 7 Professional 64bit, Vim 7.3. I got everything set up for this plugin, but when I hit F5 ...
1
vote
1answer
65 views

Vim Errors from lh plugin?

I keep receiving this error whenever I open markdown files. I'm assuming it's an lh plugin in my autoload folder. Vim:E492: Not an editor command: Brackets < > -visual=0 ...
1
vote
1answer
447 views

Vim: Is vertical tab list possible?

Is it possible to have vim's tab list presented vertically on the left side of the editor? It'd be really helpful, but I haven't managed find any plugins that can do this yet. (do i suck at ...
1
vote
3answers
533 views

How to write a VIM color scheme?

I have been looking around for VIM color schemes and found some great ones out there (esp. by using http://code.google.com/p/vimcolorschemetest/), but I always want to change a few aspects of each one ...
1
vote
1answer
273 views

Having a hard time getting started with Vim-R-plugin

I am trying to install the R-project (for statistics) plugin for VIM, on my PC (using ubuntu). I have followed the instruction on the plugin web page I have installed the conque shell plug in as ...
1
vote
4answers
2k views

How can I compile gVim under Ubuntu?

I am trying to install the codecheck plugin for gVim, but to do so I must compile gVim with the plugin. On apt, every apt-get source to a gVim package downloads the normal Vim source, so I guess ...
1
vote
1answer
81 views

How to get list of files which are currently being diffed in vim

I am writing a vim plugin in which i need to determine all those files which are currently being diffed. That is the ones for which diff is set. I have been going through the manual but could not find ...
1
vote
5answers
1k views

Debugging matchit plugin in vim (under Cygwin)

The "matchit" plugin for vim is supposed to allow you to use the % key to jump between matching start/end tags when editing HTML, as well as /* and */ comment delimiters when editing other kinds of ...
0
votes
1answer
71 views

Reformat code like phpStorm in VIM

Once i try use phpStorm (before i use vim). Trial one month over and in this IDE i very love reformat code (phpStorm can do it also before commit you change). Have vim reformat plugin like phpStorm ? ...
0
votes
0answers
32 views

Because ZenCoding for Vim is generating a “GVC” word?

It is the last version I downloaded from github and when I use the ctrl + e to d it generates this one: dgvcdisplay:;?
0
votes
2answers
50 views

How do I use "Transmit FTP in Vim?

I'm having trouble using the plugin "Transmit FTP" I do not know how to create a project and put data to synchronize local and remote. Thank you.
0
votes
1answer
78 views

vim + CtrlP plugin - case insensitive search?

does anybody know how to perform a case insensitive file search with vim's plugin CtrlP? I can't seem to find that in the instructions anywhere. Ideally it would replace the standard CTRL+P shortcut. ...
0
votes
3answers
80 views

Vim plugin to generate Javascript Documentation comments

Is there a plugin for vim, somewhat like Jsbeautify, which automatically generates JavaDoc like comments in the script files. For example it will take this function(a , b , c){ } and return /** ...
0
votes
1answer
130 views

UltiSnips not triggering correctly

I'm using UltiSnips. http://www.vim.org/scripts/script.php?script_id=2715 Everything works. Let's say when I type st<tab> it inserts submit_tag…. But if st<tab> is in between other ...
0
votes
1answer
62 views

How to jump upwards in easymotion plugin for VIM?

How to jump to the lines above the cursor while using the easymotion plugin in vim?
0
votes
1answer
59 views

How do I allow a ruby script (program ?) to access the internet through an http proxy?

I was trying to install the blogger plugin for vim . According to the instructions , after installation and configuration, I should be able to write something like this : e blogger:list ...
0
votes
0answers
64 views

Vim preview css color in comments

Im using Skammer's plugin to preview color in css files using Vim. But it does not preview colors in comments. How can I enable this?
0
votes
1answer
64 views

Vim: How to show the error message when there is a syntax error?

I have a C file (or ruby file) and I have a syntax error. When I save there is a bar that appears on the left, and an arrow pointing to the line where the syntax error is. I have the syntastic vim ...
0
votes
1answer
279 views

how do i enable SuperTab plugin in vim

Hi i installed the neocomplcache script and its great but i want to use a feature its called SuperTab, and the documentation on the site i think its wrong but i know that somebody with .vimrc ...
0
votes
3answers
60 views

Preventing a plugin from remapping a key in vim

I have a bunch of plugins installed for vim, and one of them is breaking the dw command. I'm not sure which one it is though. Basically dw is now deleting everything up through the next bit of ...
0
votes
0answers
63 views

other plugins with similar functionality as echofunc

Are there other plugins with similar functionality as echofunc? By using echofunc when I type ( the function prototype is displayed in the last row. But I am also using another plugin that I find ...
0
votes
1answer
227 views

Adding new filetype to NERD Commenter

I'm using NERD Commenter. I want to add a new filetype to it. In the latest version, the filetypes definitions start in line 69. I want to add delimiters for .pde (Arduino). Since .pde files follow ...