feat(nvim): add witchhazel colorscheme

This commit is contained in:
George Rawlinson 2023-02-07 20:54:31 +13:00
parent 3f1122ac53
commit 63f8ee822a
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,7 @@ call plug#begin()
" plugins
Plug 'SirVer/ultisnips'
Plug 'theacodes/witchhazel'
call plug#end()
@ -34,6 +35,10 @@ noremap <Right> <NOP>
syntax enable
let g:load_doxygen_syntax=1
" theme
" set termguicolors
" colorscheme witchhazel-hypercolor
" enable filetype plugins
filetype plugin indent on
autocmd FileType javascript setlocal tabstop=2 shiftwidth=2 expandtab