Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/adelarsq/neofsharp.vim

Basic F# support for (Neo)Vim 🔷
https://github.com/adelarsq/neofsharp.vim

dotnet fsharp neovim plugin vim

Last synced: 4 months ago
JSON representation

Basic F# support for (Neo)Vim 🔷

Lists

README

        

# NeoFsharp.vim 🔷

[F#](https://fsharp.org) support for ([Neo](https://github.com/neovim/neovim))[Vim](https://github.com/vim/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](https://github.com/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](https://www.nuget.org) page for the package
- [x] Highlight for [Zaid-Ajaj/Feliz](https://github.com/Zaid-Ajaj/Feliz);
- [ ] Highlight for [fable-compiler/fable-react](https://github.com/fable-compiler/fable-react).
- [ ] Support for Html, CSS and SQL based on the [Code plugin](https://marketplace.visualstudio.com/items?itemName=alfonsogarciacaro.vscode-template-fsharp-highlight).
- [ ] Support for [PowerUp](https://github.com/badamczewski/PowerUp#f-decompilation-and-dissasembly)

## Acknowledgments 🤗

This project is based on the [vim-fsharp](https://github.com/fsharp/vim-fsharp) project.