Added the line
Plugin 'jex/vim-better-sml'
to my .vimrc file, along with the suggested keybinding settings. However, whenever I save a .sml file I get Failed to compile support files. See :help vim-better-sml-support for manual instructions. I follow these instructions:
cd ~/.vim/bundle/vim-better-sml
make
but I see the error /usr/local/lib/mlton/include/cenv.h:49:10: fatal error: 'gmp.h' file not found. I have gmp installed and enabled via brew.
Added the line
to my .vimrc file, along with the suggested keybinding settings. However, whenever I save a .sml file I get
Failed to compile support files. See :help vim-better-sml-support for manual instructions.I follow these instructions:but I see the error
/usr/local/lib/mlton/include/cenv.h:49:10: fatal error: 'gmp.h' file not found. I have gmp installed and enabled via brew.