Skip to content

Instantly share code, notes, and snippets.

View YanikCeulemans's full-sized avatar

Yanik Ceulemans YanikCeulemans

View GitHub Profile
@YanikCeulemans
YanikCeulemans / init.vim
Last active August 18, 2020 08:08
NeoVim Configuration
" Forget being compatible with good ol' vi
set nocompatible
" Start vim plugged
" Specify a directory for plugins
call plug#begin('~/.vim/plugged')
Plug 'neoclide/coc.nvim', {'branch': 'release'}