Hook C#-mode as well
This commit is contained in:
parent
c09d3cfdec
commit
a7844e053c
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
||||||
(add-to-list 'eglot-server-programs
|
(add-to-list 'eglot-server-programs
|
||||||
'((csharp-mode csharp-ts-mode)
|
'((csharp-mode csharp-ts-mode)
|
||||||
"csharp-ls"))
|
"csharp-ls"))
|
||||||
|
(add-hook 'csharp-mode-hook #'eglot-ensure)
|
||||||
(add-hook 'csharp-ts-mode-hook #'eglot-ensure))
|
(add-hook 'csharp-ts-mode-hook #'eglot-ensure))
|
||||||
|
|
||||||
(provide 'csharp-custom)
|
(provide 'csharp-custom)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue