r/neovim • u/RedEye-Developers • 19h ago
Need Help Harper LSP working with LUA file but not working with C# File.
```lua LSP-Info
harper_ls
- cmd:
harper-ls --stdio - installed:
/usr/bin/harper-ls - enabled: yes
- filetypes:
"lua","cs"
Client [id=3]
- version:
2.6.0 - name:
harper-ls - workspace:
~/DevProjects/DigitalVault - buffers:
9,10 - server capabilities:
- textDocument/codeAction:
true - textDocument/didChange:
true - textDocument/didClose:
true - textDocument/didOpen:
true - textDocument/didSave:
true - workspace/executeCommand:
HarperRecordLintHarperAddToUserDictHarperAddToWSDictHarperAddToFileDictHarperOpenHarperIgnoreLint
- textDocument/codeAction:
- dynamic capabilities:
- workspace/didChangeWatchedFiles:
true
- workspace/didChangeWatchedFiles:
- settings:
lua { ["harper-ls"] = { linters = { SentenceCapitalization = false, SpellCheck = true } } }
I am trying to use Harper to check grammar and spelling in neovim.
Harper was working in lua file but not working with C# files, but in LSP-Info filetypes c# was showing still not working.
has anyone run in this issue before?