bruh skibidi toilet
This commit is contained in:
parent
d5a61fae60
commit
27743d95b1
1 changed files with 3 additions and 0 deletions
|
@ -930,6 +930,9 @@ this should be useful later
|
||||||
** C#
|
** C#
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(add-hook 'csharp-mode-hook 'eglot-ensure)
|
(add-hook 'csharp-mode-hook 'eglot-ensure)
|
||||||
|
(when (eq system-type 'gnu/linux)
|
||||||
|
(add-to-list 'eglot-server-programs
|
||||||
|
`(csharp-mode . ("OmniSharp" "-lsp"))))
|
||||||
#+end_src
|
#+end_src
|
||||||
** CMake
|
** CMake
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
Loading…
Reference in a new issue