Skip to content

lkarydas/vim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

vim-config

My vim configuration.

Initial

Clone the repo and create symbolic link for .vimrc.

mkdir -p ~/src && cd ~/src
git clone https://github.com/lkarydas/vim-config.git
ln -sf ~/src/vim-config/vimrc ~/.vimrc

Install vim-pathogen.

mkdir -p ~/.vim/autoload ~/.vim/bundle && \
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim

Install plugins

cd ~/.vim/bundle
git clone https://github.com/itchyny/lightline.vim.git
git clone https://github.com/tpope/vim-sensible.git
git clone https://github.com/ntpeters/vim-better-whitespace.git
git clone https://github.com/uarun/vim-protobuf.git
git clone https://github.com/elzr/vim-json.git
git clone https://github.com/morhetz/gruvbox.git
git clone https://github.com/tpope/vim-commentary.git

About

My vim configuration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published