diff options
Diffstat (limited to '')
-rw-r--r-- | .vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -106,7 +106,6 @@ let NERDTreeWinPos = 0 "have it on the right site let g:autotagCtagsCmd="ctags --c++-kinds=+p --fields=+iaS --extra=+q" " stuff for gentoo syntax -let g:ebuild_error_on_trailing_whitespace=1 " show trailing whitespaces let g:bugsummary_browser="firefox %s" " for toggling in python @@ -122,7 +121,8 @@ let g:tex_conceal = "" " haskell stuff au BufEnter *.hs compiler ghc -let g:haddock_browser = "firefox" +let g:haddock_browser = "/home/necoro/bin/openlink" +let g:haddock_indexfiledir = "/home/necoro/.cache/vim/" " ======================================================= " FINAL |