shalzz / .vim

My .vim dotfiles and configurations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.vim

My vim dot files.

Just run the following commands via terminal to get perfectly set up:

$ cd ~/
$ git clone https://github.com/shalzz/.vim.git
$ cd "${HOME}/.vim"
$ make install-nvim  # for Neovim
    or
$ make install-vim

Vim-Plug

The vim dot files make use of the excellent vim-plug Vim plugin manager.

plug.vim is already included with the repo. Just run :PlugInstall in vim to install the plugins on first start.

Plugins Used

About

My .vim dotfiles and configurations.


Languages

Language:Vim Script 99.6%Language:Makefile 0.4%