All Projects → 1tgr → fsharp-vim

1tgr / fsharp-vim

Licence: other
Vim runtime files for F# (fsharp)

Programming Languages

Vim Script
2826 projects
python
139335 projects - #7 most used programming language
F#
602 projects

Vim Runtime Files for F# (FSharp)

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.

Installing

Using pathogen

  1. Install pathogen

  2. Move into your main vimfiles git repository

  3. Run git submodule add git://github.com/kongo2002/fsharp-vim.git bundle/fsharp

Traditional install

Drop the contents into your ~/.vim directory as usual

Usage

Opening either *.fs, *.fsi or *.fsx files should trigger syntax highlighting and other depending runtime files as well.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].