mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/csharp: add +lsp flag & support
This commit is contained in:
@ -2,7 +2,9 @@
|
||||
;;; lang/csharp/packages.el
|
||||
|
||||
(package! csharp-mode)
|
||||
(package! omnisharp)
|
||||
|
||||
(unless (featurep! +lsp)
|
||||
(package! omnisharp))
|
||||
|
||||
(when (featurep! +unity)
|
||||
(package! shader-mode))
|
||||
|
Reference in New Issue
Block a user