This runtime files are inspired by the original version of a fsharp syntax file named fs.vim from Choy Rim and a slightly modified version from Thomas Schank. The syntax file is now completely rewritten.
This vim runtime files are especially helpful when editing F# files under Linux/Mac. Under Windows I would recommend to use VisualStudio with the great VsVim Plugin by Jared Parsons.
-
Install pathogen
-
Move into your main vimfiles git repository
-
Run
git submodule add git://github.com/kongo2002/fsharp-vim.git bundle/fsharp
Drop the contents into your ~/.vim
directory as usual
Opening either *.fs
, *.fsi
or *.fsx
files should trigger syntax
highlighting and other depending runtime files as well.