Add C# language integration
This commit is contained in:
parent
4ed81e76f7
commit
5364471165
16
config.org
16
config.org
@ -935,6 +935,22 @@
|
||||
(add-hook 'python-mode-hook #'lsp-deferred)
|
||||
#+end_src
|
||||
|
||||
** C#
|
||||
I hate the .NET ecosystem quite a lot, but alas: sometimes I have
|
||||
to use it at work.
|
||||
|
||||
Using =csharp-mode= for basic support:
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package csharp-mode)
|
||||
#+end_src
|
||||
|
||||
And =lsp-mode= for the rest (using the omnisharp server):
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(add-hook 'csharp-mode-hook #'lsp-deferred)
|
||||
#+end_src
|
||||
|
||||
* Tool Integrations
|
||||
** Git
|
||||
=magit= is truly a wonderful creation! Add keybinding for
|
||||
|
Loading…
x
Reference in New Issue
Block a user