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: about 21 hours ago
JSON representation
Basic F# support for (Neo)Vim 🔷🦔
- Host: GitHub
- URL: https://github.com/adelarsq/neofsharp.vim
- Owner: adelarsq
- License: mit
- Created: 2020-09-20T04:13:56.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-06T20:33:28.000Z (7 months ago)
- Last Synced: 2024-07-05T16:59:57.304Z (4 months ago)
- Topics: dotnet, fsharp, neovim, plugin, vim
- Language: Vim Script
- Homepage:
- Size: 34.2 KB
- Stars: 42
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NeoFsharp.vim 🔷
[F#](https://fsharp.org) support for ([Neo](https://github.com/neovim/neovim))[Vim](https://github.com/vim/vim).
## 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.