5 lines
87 B
VimL
5 lines
87 B
VimL
|
|
||
|
" Interactive
|
||
|
nnoremap <buffer> <Leader>i :terminal cabal exec -- ghci -Wall '%'<CR>
|
||
|
|