Go to file
waldek 9ef45b8529 adds a quick readme 2022-03-16 18:55:51 +01:00
essentials.vimrc init 2021-09-06 07:30:45 +02:00
main.vimrc minor updates 2022-02-15 21:33:27 +01:00
readme.md adds a quick readme 2022-03-16 18:55:51 +01:00
systemd.vim init 2021-09-06 07:30:45 +02:00
visual.vimrc supresses the missing solarized message on first startup 2022-01-17 18:50:25 +01:00
vundle_essentials.vimrc init 2021-09-06 07:30:45 +02:00
waldek_plugins.list adds markdown preview and vim fugitive 2022-03-16 18:49:31 +01:00
waldek_plugins.vimrc adds markdown preview and vim fugitive 2022-03-16 18:49:31 +01:00

readme.md

Installation

sudo apt install -y vim-nox git python3-pip python3-venv npm
mkdir -p $HOME/sources/
cd $HOME/sources
git clone https://gitea.86thumbs.net/waldek/vimrc.git
ln -s $HOME/sources/vimrc/main.vimrc $HOME/.vimrc

Customization

The main.vimrc file is the entry point which reads all the other files. If your user name is not waldek it won't read the waldek_plugins.list nor the waldek_plugins.vimrc. You can add your own files by creating these two files but with your own username.