lluisgomez / vimrc

The ultimate Vim configuration: vimrc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configured following: https://realpython.com/vim-and-python-a-match-made-in-heaven/

gvim screenshot

  • Compiled VIM with:
./configure --with-features=huge --enable-multibyte --enable-rubyinterp=yes --enable-pythoninterp=yes --with-python-config-dir=$(python-config --configdir) --enable-perlinterp=yes --enable-luainterp=yes --enable-gui=gtk2 --enable-cscope --prefix=/usr/local
  • Compiled YouCompleteMe with:
cd ~/.vim/bundle/YouCompleteMe
git submodule update --init --recursive
./install.py

About

The ultimate Vim configuration: vimrc


Languages

Language:Vim Script 77.0%Language:Vim Snippet 19.6%Language:Go 1.3%Language:Ruby 0.9%Language:Shell 0.6%Language:Python 0.3%Language:CoffeeScript 0.1%Language:Makefile 0.1%Language:Dockerfile 0.0%Language:HTML 0.0%