rm'd eglot config, it has all the servers I use setup by default now

master
John Turner 2 years ago
parent 8e08d49a94
commit ee79cc489b
No known key found for this signature in database
GPG Key ID: 422FE10CC41A94A2

@ -65,9 +65,6 @@
(when (require? 'company)
(require 'init-company))
(when (require? 'eglot)
(require 'init-eglot))
(when (require? 'flycheck)
(require 'init-flycheck))

@ -1,9 +0,0 @@
(defvar init-eglot-server-clangd '((c-mode c++-mode) .
("clangd"
"--header-insersion=never")))
(defvar init-eglot-server-rust-analyzer '((rust-mode) .
("rust-analyzer")))
(add-to-list 'eglot-server-programs init-eglot-server-clangd)
(add-to-list 'eglot-server-programs init-eglot-server-rust-analyzer)

@ -1,7 +0,0 @@
(require 'eglot)
(setq eglot-autoshutdown t)
(load "init-eglot-servers")
(provide 'init-eglot)
Loading…
Cancel
Save