Added in Dotnet interface with sharper through module flag
This commit is contained in:
parent
9137cbaaa4
commit
871096533f
3 changed files with 10 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue