diff --git a/nvim/.config/nvim/init.vim b/nvim/.config/nvim/init.vim index a86e010..835c9c2 100644 --- a/nvim/.config/nvim/init.vim +++ b/nvim/.config/nvim/init.vim @@ -1,5 +1,6 @@ source $HOME/.config/nvim/plug/plug.vim source $HOME/.config/nvim/plugs.vim +source $HOME/.config/nvim/colors.vim syntax on filetype plugin indent on @@ -42,50 +43,6 @@ let g:vimwiki_list = [ {'path': '~/Code/ntietz/vimwiki'} ] set spell -set termguicolors -set background=dark -let g:gruvbox_italic=1 -colorscheme gruvbox - -hi! link haskellType GruvboxBlue -hi! link haskellIdentifier GruvboxAqua -hi! link haskellSeparator GruvboxFg4 -hi! link haskellDelimiter GruvboxOrange -hi! link haskellOperators GruvboxPurple - -hi! link haskellBacktick GruvboxOrange -hi! link haskellStatement GruvboxPurple -hi! link haskellConditional GruvboxPurple - -hi! link haskellLet GruvboxRed -hi! link haskellDefault GruvboxRed -hi! link haskellWhere GruvboxRed -hi! link haskellBottom GruvboxRedBold -hi! link haskellImportKeywords GruvboxPurpleBold -hi! link haskellDeclKeyword GruvboxOrange -hi! link haskellDecl GruvboxOrange -hi! link haskellDeriving GruvboxPurple -hi! link haskellAssocType GruvboxAqua - -hi! link haskellNumber GruvboxAqua -hi! link haskellPragma GruvboxRedBold - -hi! link haskellTH GruvboxAquaBold -hi! link haskellForeignKeywords GruvboxGreen -hi! link haskellKeyword GruvboxRed -hi! link haskellFloat GruvboxAqua -hi! link haskellInfix GruvboxPurple -hi! link haskellQuote GruvboxGreenBold -hi! link haskellShebang GruvboxYellowBold -hi! link haskellLiquid GruvboxPurpleBold -hi! link haskellQuasiQuoted GruvboxBlueBold -hi! link haskellRecursiveDo GruvboxPurlpe -hi! link haskellQuotedType GruvboxRed -hi! link haskellPreProc GruvboxFg4 -hi! link haskellTypeRoles GruvboxRedBold -hi! link haskellTypeForall GruvboxRed -hi! link haskellPatternKeyword GruvboxBlue - set autoread set updatetime=100 au FileChangedShell * checktime