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`