Home

Awesome

Vim config

Nothing to fancy just my vim config.

Once I was trying to solve as many problems without plugins and came up with solutions replacing plugins like Nerdcommenter. But at some point I noticed I was reinventing the wheel. It was a great journey and I learned a lot about Vim.

In the end I started using plugins again.

Look

Currently using gruvbox again. Screenshot is showing the ripgrep preview.

Vim

Installed Plugins

External dependencies

Installation

cd $HOME
git clone --recursive https://github.com/oliverwiegers/vim_config .vim
cd .vim
stow vimrc
./helper-scripts/manage-coc.sh -i

Coc.nvim extensions

vim '+CocInstall coc-rls coc-jedi'