albertoCaroM / dotvim

vim configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INSTRUCTIONS

choose auto or manual configuration no both.

Auto-configuration

sh -c "$(curl -fsSL https://raw.githubusercontent.com/albertoCaroM/dotvim/master/configure.sh)"

Manual-configuration

git clone https://github.com/albertoCaroM/dotvim ~/.vim 
install -d ~/.config 
ln -s ~/.vim ~/.config/nvim 
ln -s ~/.vim/vimrc ~/.vimrc 
cd ~/.vim/
git submodule update --init --recursive 
vim -c :PlugInstall

About

vim configuration


Languages

Language:Vim Script 84.6%Language:Python 9.2%Language:Vim Snippet 4.6%Language:M4 1.0%Language:Shell 0.5%Language:Lua 0.1%Language:C 0.1%