Skip to content

gpu-pug/vim_configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

My vim configuration

My vim configuration, with plugins. Nothing fancy, loaded here for sake of portability.

Installation

Run in terminal:

echo alias vi='vim' >> ~/.bashrc; \
cp -R colors ~/.vim/; \
cp .vimrc ~; \
python3 -m pip install --user neovim pynvim; \
vim -es -u ~/.vimrc -i NONE -c "PlugInstall" -c "qa"

About

My vim configuration, with plugins. Nothing fancy, loaded here for sake of portability.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published