Add ace-window + resort lsp-sourcekit
This commit is contained in:
parent
e86ea54b8e
commit
9172d8f57a
1 changed files with 8 additions and 5 deletions
|
|
@ -41,6 +41,9 @@
|
||||||
|
|
||||||
;; -----------------------------------------------------------------
|
;; -----------------------------------------------------------------
|
||||||
|
|
||||||
|
(use-package ace-window
|
||||||
|
:bind
|
||||||
|
("M-o" . ace-window))
|
||||||
|
|
||||||
(use-package avy
|
(use-package avy
|
||||||
:bind
|
:bind
|
||||||
|
|
@ -181,6 +184,11 @@
|
||||||
:hook (swift-mode . lsp)
|
:hook (swift-mode . lsp)
|
||||||
:commands lsp)
|
:commands lsp)
|
||||||
|
|
||||||
|
(use-package lsp-sourcekit
|
||||||
|
:after lsp-mode
|
||||||
|
:config
|
||||||
|
(setq lsp-sourcekit-executable "/Library/Developer/CommandLineTools/usr/bin/sourcekit-lsp"))
|
||||||
|
|
||||||
(use-package marginalia
|
(use-package marginalia
|
||||||
:init
|
:init
|
||||||
(marginalia-mode))
|
(marginalia-mode))
|
||||||
|
|
@ -228,11 +236,6 @@
|
||||||
:init
|
:init
|
||||||
(savehist-mode))
|
(savehist-mode))
|
||||||
|
|
||||||
(use-package lsp-sourcekit
|
|
||||||
:after lsp-mode
|
|
||||||
:config
|
|
||||||
(setq lsp-sourcekit-executable "/Library/Developer/CommandLineTools/usr/bin/sourcekit-lsp"))
|
|
||||||
|
|
||||||
(use-package magit
|
(use-package magit
|
||||||
:defer t)
|
:defer t)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue