Skip to content

fzzylogic/myvimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

myvimrc

Backup of vimrc

  • Install gvim if you want fancies

    $ sudo apt-get install vim-gtk

Or if you're on Windows, get the 64bit version here.

  • Install vundle for plugin management (forked it and just added --depth 1 for speed). Maybe one day github will offer auto-pull.

    $ git clone https://github.com/fzzylogic/Vundle.vim.git ~/.vim/bundle/Vundle.vim

  • Compile YouCompleteMe if you want code completion. Instructions on github.

  • Install the silver surfer if you have lots of code to search

    $ apt-get install silversearcher-ag

  • Install SQL format module for python `$ pip install sqlformat

  • Launch vim/gvim

  • Run vundle to download the plugins

    :PluginInstall

    Enjoy using your customised version vim/gvim.

About

Backup of vimrc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors