Enable vim-rainbow for haskell as well
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user