Questions tagged [vim-plugin]

The Vim editor can be extended through the use of plugins.

The Vim editor can be extended through the use plugins (also known as vim scripts).

Plugins may add a new color scheme, syntax highlighting for a new language, or settings and commands specific to a particular file type. But most plugins offer general add-on functionality that either enhance Vim usage (like the various buffer and file explorers), or integrate with related tools (like revision control systems).

The main repository of Vim plugins is at vim.org.

Source

34 questions
19
votes
1 answer

Having problem with fonts in vim-airline

I wanted to install vim-airline but I am having problems with unicode fonts. I have installed it with vundle: .vimrc set encoding=utf-8 Bundle 'bling/vim-airline' let g:airline_powerline_fonts = 1 let g:airline_theme='powerlineish' .fonts $ ll…
Patryk
  • 9,416
16
votes
4 answers

How to use vim-youcompleteme

I downloaded vim-youcompleteme from the software center in Ubuntu. But I don't know how to make it work. When I restarted vim and tested, nothing special occurred. And vim-syntastic is the same. Could someone tell me how to make them work? Should I…
upplane
  • 173
6
votes
0 answers

Installing vim latex-suite plugin?

I have installed vim-gtk and vim-addons-manager on my ubuntu 14.04, and also the latex-suite plugin. This I did with sudo apt-get install vim-latexsuite vim-addon-manager enable latex-suite which put all the files into my ~/.vim directory. …
6
votes
5 answers

No ~/.vim folder in ubuntu 13.04 where to go for it

I am trying to install different plug-ins in vim. I have installed vim using sudo apt-get install vim. But the downloaded files for these plug-ins need to be placed in ~/.vim folder. But there is no such folder. I've found a vim folder in /etc and…
4
votes
1 answer

How to setup and use the vim-rails plugin?

How do I setup and use the vim-rails plugin? I have installed it by running sudo apt-get install vim-rails. What do I do next to enable the plugin?
wizztjh
  • 303
4
votes
1 answer

How do I use plugins in the vim-scripts package?

What is the correct way to include the plugins that are part of the vim-scripts package? Nothing from the vim-scripts folder seems to be included automatically. Plugins in /usr/share/vim/vim73 are available, plugins in /usr/share/vim-scripts are…
slosd
  • 275
3
votes
3 answers

Problem selecting Vim version:

I use ubuntu 12.04. I want to install the latest version of Vim(7.3) with all its important plugins. So, which version of Vim should I install?: Vim or Vim-Gnome or Vim-athena or any other version? Please help...
Rim
  • 31
3
votes
1 answer

How to make cursor change in different modes in vim?

How can I make Vim change cursor in different modes so that these conditions are satisfied: Without using gconftool or such tools. I need this affect only one instance of Vim, not the whole terminal. This must be working in Gnome Terminal and…
Mostafa Shahverdy
  • 5,342
  • 3
  • 22
  • 34
3
votes
1 answer

How can I fix GVim Window size?

This might not be a bug, but I've installed the Vim plugin package, spf13-vim. My GVim window looks like this screenshot, which seems too big: This might not be an issue with spf13-vim, since I've used it on Windows without problems. Can anyone…
AgilE
  • 171
3
votes
1 answer

Vim Vundle not allowing plugins to be installed due to errors

I have Ubuntu Studio 19.04 installed recently. I am trying to revive my installation of vim. I installed it thru apt-get, and and have installed Vundle. The problem is now, I have no useable plugins. It appears to crap out on the :PluginSearch colon…
Paul King
  • 31
  • 2
2
votes
1 answer

Vundle installation fail?

I'm trying to install Vundle following the instruction from here , but when I use the command, vim +PluginInstall +qall terminal shows this: Error detected while processing /home/scorpion/.vimrc: line 6: E117: Unknown function: vundle#begin line…
Anklon
  • 123
2
votes
0 answers

Install vim-latex on Ubuntu 15

I've tried to install vim-latex via: sudo apt-get install vim-latexsuite vim-addon-manager install latex-suite I have added to my .vimrc filetype plugin on let g:tex_flavor='latex' When I start vim with a *.tex file I get no menus. I first tried…
Chris
  • 133
2
votes
2 answers

Remove a tag using emmet plugin for vim

I have been using emmet for vim for some time now. Quite useful. I have used .class1>b>em to expand quite often. I have the following code:
  • Point 1
  • I just want to remove
  • and
  • . I tried Control Y - k by placing the cursor at…
    deshmukh
    • 4,121
    2
    votes
    1 answer

    terminal vim colours broken on focuslost

    My vim setup uses the csexact plugin to fix match the colors for color schemes that would normally only work in gvim. Everything works fine until gnome-terminal loses focus, and suddenly everything breaks! Here is an image of issue in action: I…
    glitchyme
    • 191
    2
    votes
    3 answers

    How to install the taglist plugin in Vim?

    I downloaded the taglist plugin and extracted it in my .vim folder. I also installed exuberant-ctags from Synaptic. I did :TlistToggle but it gives me the following message: /bin/bash: D:ctags58ctags.exe: command not found Am I missing something?…
    wyc
    • 1,741
    1
    2 3