neofsharp.vim icon indicating copy to clipboard operation
neofsharp.vim copied to clipboard

Basic F# support for (Neo)Vim 🔷🦔

NeoFsharp.vim 🔷

F# support for (Neo)Vim.

Captura de Tela 2021-04-10 às 20 17 30

Features 🧩

  • [x] Syntax support;
  • [x] Filetype support for F# files:
    • *.fs
    • *.fsi
    • *.fsx
    • *.fsscript
    • *.fsl - FsLex
    • *.fsy - FsYacc
    • *.fsproj - XML config file
  • [x] Basic support for Keithbsmiley/investigate.vim on *.fsproj files;
    • [ ] Hit K (normal or visual mode) on F# source code to search on https://docs.microsoft.com/en-us/search
    • [x] Hit K (normal or visual mode) on the dependency line to open the nuget page for the package
  • [x] Highlight for Zaid-Ajaj/Feliz;
  • [ ] Highlight for fable-compiler/fable-react.
  • [ ] Support for Html, CSS and SQL based on the Code plugin.
  • [ ] Support for PowerUp

Acknowledgments 🤗

This project is based on the vim-fsharp project.