1
0
mirror of https://github.com/gryf/.vim.git synced 2026-04-20 00:43:32 +02:00
Files
.vim/README.rst

576 B

This repository contains my Vim config just for convenience in making the copy of it.

It uses vim-plug plugin manager, so after cloning, just open vim, and it will automatically install all the plugins.

It should be cloned as is into $HOME` directory, i.e:

cd $HOME
git clone https://github.com/gryf/.vim

or in $XDG_COFIG_HOME directory, which usually is set to $HOME/.config:

git clone https://github.com/gryf/.vim ~/.config/vim