Public » Miscellaneous » Dotfiles Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in tip and @

vim: now with OCaml

Changeset 8176e55e17d6

Parent db14c7589991

by Profile picture of Benjamin PollackBenjamin Pollack

Changes to one file · Browse files at 8176e55e17d6 Showing diff from parent db14c7589991 Diff from another changeset...

Change 1 of 1 Show Entire File vimrc Stacked
 
76
77
78
 
 
 
 
 
76
77
78
79
80
81
82
@@ -76,3 +76,7 @@
 set laststatus=2  let g:airline_powerline_fonts = 1  let g:pymode_lint_ignore = "E501" + +let g:opamshare=substitute(system('opam config var share'), '\n$', '', '''') +execute "set rtp+=".g:opamshare."/merlin/vim" +execute "set rtp+=".g:opamshare."/merlin/vimbufsync"