Added csharp ls
This commit is contained in:
parent
48029097a5
commit
fbb6984a57
1 changed files with 18 additions and 16 deletions
|
|
@ -1213,9 +1213,11 @@ Emacs has built-in programming language modes for Lisp, Scheme, DSSSL, Ada, ASM,
|
|||
"--completion-style=detailed"
|
||||
"--pch-storage=memory"
|
||||
"--header-insertion=never"
|
||||
"--header-insertion-decorators=0")))
|
||||
"--header-insertion-decorators=0"))
|
||||
((csharp-ts-mode) . ("csharp-ls")))
|
||||
(add-hook 'c-ts-mode-hook #'eglot-ensure)
|
||||
(add-hook 'c++-ts-mode-hook #'eglot-ensure))
|
||||
(add-hook 'c++-ts-mode-hook #'eglot-ensure)
|
||||
(add-hook 'csharp-ts-mode-hook #'eglot-ensure))
|
||||
#+end_src
|
||||
* Nerd Icons
|
||||
#+begin_src emacs-lisp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue