TheYahya / .vim

:pizza: It's my vim configs :coffee:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-configs

It's simple vim config that I use :)

Screenshot

Install

Clone this repo to ~/.vim/ and make a symbol like of .vimrc in your home directory

$ cd ~
$ git clone git@github.com:TheYahya/.vim.git
$ ln -s ~/.vim/.vimrc ~/.vimrc

Install dependencies

$ sudo apt-get install build-essential cmake cmake3 python-dev python3-dev

Clone submodules recursively

$ git submodule update --init --recursive

And finaly run YouCompleteMe install script to have auto-compelete.

$ ~/.vim/bundle/YouCompleteMe/install.py

Thats it, now you're a badass developer who hacking around with vim!

Contribute

Did you find a bug or any opinion or improvement cross your mind?! don't mind and submit an issue or send a pull request.

License

Licensed under MIT License.

About

:pizza: It's my vim configs :coffee:

License:MIT License


Languages

Language:Vim Script 99.9%Language:Shell 0.1%