From 689514e93b5796ba4000f80f994851347eaf5dd4 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Fri, 25 Oct 2019 19:50:13 +0530 Subject: [PATCH] nvim: init.vim: Update intero parameters Signed-off-by: Sanchayan Maity --- nvim/init.vim | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/nvim/init.vim b/nvim/init.vim index fbf4bb9..b8ecc8b 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -258,16 +258,14 @@ let g:cabal_indent_section = 2 " Intero starts automatically. Set this if you'd like to prevent that. let g:intero_start_immediately = 0 " Enable type information on hover (when holding cursor at point for ~1 second). -let g:intero_type_on_hover = 0 +let g:intero_type_on_hover = 1 " Change the intero window size; default is 10. -let g:intero_window_size = 15 +let g:intero_window_size = 75 " Sets the intero window to split vertically; default is horizontal let g:intero_vertical_split = 1 " Use GHCi backend let g:intero_backend = { - \ 'command': 'stack repl', - \ 'options': '-Wall', - \ 'cwd': expand('%:p:h'), + \ 'command' : 'stack ghci', \ } " Use deoplete