srctree

Gregory Mullen parent 02196041 3635d61c
moar colors!!111

There's a way to fix this to not break on other vims but yolo
.config/nvim/init.vim added: 5, removed: 4, total 1
@@ -40,10 +40,11 @@ Plug 'neovim/nvim-lspconfig'
 
call plug#end()
 
set termguicolors
set nocompatible " disable compatibility to old-time vi
set showmatch " show matching
set ignorecase " case insensitive
set hlsearch " highlight search
set showmatch " show matching
set ignorecase " case insensitive
set hlsearch " highlight search
set incsearch " incremental search
set number " add line numbers
set relativenumber