Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 1.93 KB

README.md

File metadata and controls

62 lines (48 loc) · 1.93 KB

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'