Small c# setup
This commit is contained in:
parent
f122c0bf4e
commit
a28c4932f7
3 changed files with 23 additions and 0 deletions
home/features/neovim
|
@ -11,6 +11,7 @@ let
|
|||
rust = false;
|
||||
typst = true;
|
||||
web = true;
|
||||
csharp = false;
|
||||
};
|
||||
|
||||
korora = inputs.korora.lib;
|
||||
|
@ -940,6 +941,9 @@ let
|
|||
optionals purescript [
|
||||
pkgs.purescript-language-server
|
||||
pkgs.nodePackages.purs-tidy
|
||||
] ++
|
||||
optionals csharp [
|
||||
pkgs.csharp-ls
|
||||
]
|
||||
);
|
||||
# }}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue