feat(&doom): enable csharp module
This commit is contained in:
parent
e3fdc3c819
commit
866201b026
2 changed files with 5 additions and 1 deletions
|
@ -116,7 +116,7 @@
|
|||
common-lisp ; if you've seen one lisp, you've seen them all
|
||||
;;coq ; proofs-as-programs
|
||||
;;crystal ; ruby at the speed of c
|
||||
;;csharp ; unity, .NET, and mono shenanigans
|
||||
csharp ; unity, .NET, and mono shenanigans
|
||||
data ; config/data formats
|
||||
;;(dart +flutter) ; paint ui and not much else
|
||||
;;elixir ; erlang done right
|
||||
|
|
|
@ -52,6 +52,10 @@
|
|||
# :lang common-lisp
|
||||
sbcl
|
||||
|
||||
# :lang csharp
|
||||
mono
|
||||
omnisharp-roslyn
|
||||
|
||||
# :lang latex
|
||||
(texlive.combine {
|
||||
inherit (texlive)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue