Enable vim-rainbow for haskell as well

This commit is contained in:
Julian Ospald
2018-09-17 15:44:18 +08:00
parent 649f4db641
commit 353281ff32
2 changed files with 11 additions and 1 deletions

View File

@@ -184,6 +184,12 @@ nmap <F6> :GhcModType<CR>
let g:neoformat_enabled_haskell = ['brittany']
" rainbow
let g:rainbow_conf = {
\ 'guifgs': ['#DC322F', 'royalblue3', 'darkorange3', 'seagreen3'],
\ 'ctermfgs': ['lightred', 'lightblue', 'lightyellow', 'lightcyan', 'lightmagenta'],
\}
" map <silent> <leader>t <Plug>InteroGenericType
" nnoremap <silent> <leader>jd :InteroGoToDef<CR>