feat(nvim): add witchhazel colorscheme
This commit is contained in:
parent
3f1122ac53
commit
63f8ee822a
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,7 @@ call plug#begin()
|
||||||
|
|
||||||
" plugins
|
" plugins
|
||||||
Plug 'SirVer/ultisnips'
|
Plug 'SirVer/ultisnips'
|
||||||
|
Plug 'theacodes/witchhazel'
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
@ -34,6 +35,10 @@ noremap <Right> <NOP>
|
||||||
syntax enable
|
syntax enable
|
||||||
let g:load_doxygen_syntax=1
|
let g:load_doxygen_syntax=1
|
||||||
|
|
||||||
|
" theme
|
||||||
|
" set termguicolors
|
||||||
|
" colorscheme witchhazel-hypercolor
|
||||||
|
|
||||||
" enable filetype plugins
|
" enable filetype plugins
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
autocmd FileType javascript setlocal tabstop=2 shiftwidth=2 expandtab
|
autocmd FileType javascript setlocal tabstop=2 shiftwidth=2 expandtab
|
||||||
|
|
Loading…
Reference in a new issue