Skip to content

oliverwiegers/vim_config

Repository files navigation

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

  • ripgrep is needed to recursively search directory.
  • bat is needed for ripgrep preview.
  • fzf is needed for fzf.vim to run.

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'

About

config files for vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published