added csharp dev stuff :3
This commit is contained in:
parent
bc5980e5db
commit
56bb68002f
4 changed files with 19 additions and 0 deletions
|
|
@ -105,6 +105,12 @@ if nixCats("lang.java.lsp") then
|
|||
}
|
||||
end
|
||||
|
||||
if nixCats("lang.csharp.lsp") then
|
||||
servers.roslyn_ls = {
|
||||
settings = {},
|
||||
}
|
||||
end
|
||||
|
||||
if nixCats("lang.protobuf.lsp") then
|
||||
servers.buf_ls = {
|
||||
settings = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue