neovim: add csharp treesitter and lsp
This commit is contained in:
parent
a7ce9a61ce
commit
89b7afd817
2 changed files with 33 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
(nvim-treesitter.withPlugins (p: with p; [
|
||||
tree-sitter-comment
|
||||
tree-sitter-c-sharp
|
||||
# tree-sitter-javascript
|
||||
tree-sitter-jsdoc
|
||||
tree-sitter-nix
|
||||
|
|
@ -127,6 +128,7 @@
|
|||
};
|
||||
};
|
||||
"eslint.enable" = true;
|
||||
"omnisharp.path" = "${pkgs.omnisharp-roslyn}/bin/omnisharp";
|
||||
"rust-analyzer.lens.enable" = false;
|
||||
"rust-analyzer.inlayHints.enable" = false;
|
||||
"rust-analyzer.serverPath" = pkgs.rust-analyzer + "/bin/rust-analyzer";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue