ionide / ionide/Ionide-vim

FSharpLint not working

Open
#52 2 comments 0 reactions 1 assignee Claimed by @cannorin View on GitHub
bug upstream
Dominant language
Vim Script
Stars
211
Forks
28
PR merge metrics
No merged PRs in 30d

Description

I've installed FSharpLint by doing ```dotnet tool install -g dotnet-fsharplint```, and tried one of their examples on the [FSharpLint website](https://fsprojects.github.io/FSharpLint/):
```
type ExampleInterface =
abstract member print : unit -> unit

[]
let main argv =
let x = List.fold (fun x y -> x + y) 0 [1;2;3]
printfn "%d" x
0
```

**Expected behaviour**
I expect that Nvim should give me virtual text diagnostic warnings that are like this:
![image](https://user-images.githubusercontent.com/28958399/158018879-68928489-142b-4554-b53f-34b473c56258.png)
however I am not seeing any warnings:
![image](https://user-images.githubusercontent.com/28958399/158018907-bdb1fbb4-af6c-45ca-a4f8-c6ff1bb1fef5.png)

**Environment (please complete the following information):**
- OS: Archlinux
- Vim / Neovim version: NVIM v0.7.0-dev+1241-g08d9d74fd
- dotnet SDK version: 6.0.102
- mono / .Net Framework version: 6.0.102

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.