My vim configuration (~/.vimrc, ~/.vim).
Go to file
2016-11-07 09:52:06 +01:00
vim XML snippets 2016-11-07 09:52:06 +01:00
.gitignore Configuration refactored 2016-10-27 00:54:46 +02:00
README.md doc 2016-10-28 00:24:08 +02:00
vimrc neocomplete conf 2016-11-06 22:36:04 +01:00

My vim configuration

Made for php developments.

Installation

$ sudo apt install vim vim vim-addon-manager vim-athena vim-common vim-fugitive vim-gtk vim-gui-common vim-nox vim-runtime vim-scripts vim-tiny
$ cd $HOME
$ [ -f .vimrc ] && mv .vimrc .vimrc-back
$ [ -d .vim ] && mv .vim .vim-back
$ git clone https://gitnet.fr/deblan/dotvim deblan-vim
$ ln -rs deblan-vim/vimrc .vimrc
$ ln -rs deblan-vim/vim .vim
$ git clone https://github.com/VundleVim/Vundle.vim.git .vim/bundle/Vundle.vim
$ vim +PluginInstall +qall

You will need to edit .vimrc:

  • let g:snips_author = "Your username"
  • let g:snips_email = "Your email"
  • let g:snips_github = "Your website"
  • set guifont=Fantasque\ Sans\ Mono\ 14