Skip to main content
Filter by
Sorted by
Tagged with
4 votes
1 answer
369 views

I'm trying to set up the csharp-ls LSP for use in neovim for C# files. My init.lua file looks like this: vim.lsp.config( 'csharp-ls', { cmd = { 'csharp-ls' }, filetypes = { 'cs'...
Martin Brown's user avatar
  • 25.5k