Skip to content

Commit 47916b8

Browse files
committed
chore(eglot): remove outdated config for eglot
1 parent 851a35e commit 47916b8

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

cats/+eglot.el

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,4 @@
3636
("q" #'eglot-code-action-quickfix "quickfix")
3737
("E" #'eglot-code-action-extract "extract")
3838
("I" #'eglot-code-action-inline "inline")
39-
("R" #'eglot-code-action-rewrite "rewrite"))))
40-
:config
41-
(setf (alist-get '(kotlin-mode kotlin-ts-mode) eglot-server-programs nil nil #'equal)
42-
'("kotlin-language-server")))
39+
("R" #'eglot-code-action-rewrite "rewrite")))))

cats/+swift.el

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
;; -*- lexical-binding: t; -*-
22

3-
(use-package swift-mode)
3+
(use-package swift-mode
4+
:mode-hydra
5+
(("LSP"
6+
(("e" eglot-hydra/body "eglot")))))
7+
8+
(use-package swift-ts-mode
9+
:mode-hydra
10+
(("LSP"
11+
(("e" eglot-hydra/body "eglot")))))
412

513
(use-package ob-swiftui
614
:demand t

0 commit comments

Comments
 (0)