Ionide-vim
Ionide-vim copied to clipboard
F# Vim plugin based on FsAutoComplete and LSP protocol
Zero references reported, when there are references.  **To Reproduce** have.. a file.. open? sorry, I know that's no help. **Expected behaviour** That it would find references, not only within...
When I move the cursor in neovim, I get an error that constantly tells me I don't have symbol information..  **To Reproduce** Move the cursor over anything that isnt...
**Describe the bug** After setting up the plugin, opening the first .fs file works fine, however opening a file in a deeper-nested folder using i.e. netrw throws the following error:...
before:  after: 
[Edit]: looks like this is a problem of FSAutoComplete instead of Ionide, because I still don't get autocompletion even if I use FsAutoComplete directly using the built-in lsp: ```nvim_lsp.fsautocomplete.setup{ capabilities...
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 ->...
Related: https://github.com/fsharp/FsAutoComplete/issues/883 FsAutoComplete now encourage users to manage FSAC via dotnet tool: `dotnet tool install fsautocomplete` for project-local install and `dotnet tool install -g fsautocomplete` for global install. Ionide-vim used...
Hey, just wondering if we should still recommned deoplete.nvim. On their README they say: > The development of this plugin is finished. Accepts minor patches and issues but no new...
Neovim supports virtual text (`nvim_buf_set_virtual_text`). This can be used to show LineLens but Vim doesn't have an equivalent feature as of now.
**Describe the bug** Lsp functionality (go to definition, find references, etc) doesn't work when a .fs file is first opened. Codelens for function definitions show "Unresolved lens ..." Once I...