csharp-ls
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
config = function()
|
||||
local lspconfig = require('lspconfig')
|
||||
lspconfig.csharp_ls.setup {}
|
||||
end
|
||||
}
|
||||
}
|
||||
@@ -101,7 +101,7 @@ return {
|
||||
local configs = require("nvim-treesitter.configs")
|
||||
|
||||
configs.setup({
|
||||
ensure_installed = { "tsx", "typescript", "javascript", "html", "markdown" },
|
||||
ensure_installed = { "tsx", "typescript", "javascript", "html", "markdown", "c_sharp" },
|
||||
sync_install = false,
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true },
|
||||
|
||||
Reference in New Issue
Block a user