Skip to content

Instantly share code, notes, and snippets.

@ontimond
ontimond / .vimrc
Last active October 3, 2021 21:02
My vim configuration file
call plug#begin('~/.vim/plugged')
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'
Plug 'airblade/vim-gitgutter'
Plug 'neoclide/coc.nvim', {'branch': 'release'}
call plug#end()
syntax on
set bg=dark