Added in Dotnet interface with sharper through module flag

This commit is contained in:
Sam Precious 2020-12-08 19:21:54 +00:00
parent 9137cbaaa4
commit 871096533f
3 changed files with 10 additions and 0 deletions

View file

@ -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)