mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Added in Dotnet interface with sharper through module flag
This commit is contained in:
@ -23,6 +23,11 @@ or terminating simple string."
|
||||
(unless (eq major-mode 'csharp-mode)
|
||||
(apply orig-fn args))))
|
||||
|
||||
(use-package! sharper
|
||||
:when (featurep! +dotnet)
|
||||
:bind
|
||||
("C-c n" . sharper-main-transient))
|
||||
|
||||
|
||||
(use-package! omnisharp
|
||||
:unless (featurep! +lsp)
|
||||
|
Reference in New Issue
Block a user