mirror of
https://github.com/AdaCore/why3.git
synced 2026-02-12 12:34:55 -08:00
To install the Why3-related Vim files, just create a symbolic link: ln -s "$(why3 --print-datadir)/vim" ~/.vim/bundle/why3 Thanks to Johanness Kanig for the suggestion.
2 lines
52 B
VimL
2 lines
52 B
VimL
au BufRead,BufNewFile *.why,*.mlw set filetype=why3
|