Skip to content

wujfhero/dotvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Vim files

Install

$ git clone --recursive git://github.com/StephenPCG/dotvim.vim

create a link to $HOME/.vim:

$ ln -s /path/to/dotvim ~/.vim
$ ln -s .vim/vimrc ~/.vimrc   # only need for vim older than 7.4

or use temporarily:

$ vim -u /path/to/dotvim/vimrc [files ...]

Depends

Syntax Checkers

  • python
    • apt-get install pylint
    • apt-get install pyflakes
  • go
    • vim-go takes care of fetching required tools

tags

  • apt-get install exuberant-ctags cscope
  • apt-get install silversearcher-ag
  • apt-get install clang libclang-dev
  • go get -u github.com/jstemmer/gotags

References

Powerline Fontconfig

See docs here

$ ln -s /path/to/PowerlineSymbols.otf ~/.local/share/fonts/
$ ln -s /path/to/10-powerline-symbols.conf ~/.config/fontconfig/conf.d/
$ fc-cache -vf

About

My vim configurations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published