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
|
||||
:bind
|
||||
|
|
@ -181,6 +184,11 @@
|
|||
:hook (swift-mode . 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
|
||||
:init
|
||||
(marginalia-mode))
|
||||
|
|
@ -228,11 +236,6 @@
|
|||
:init
|
||||
(savehist-mode))
|
||||
|
||||
(use-package lsp-sourcekit
|
||||
:after lsp-mode
|
||||
:config
|
||||
(setq lsp-sourcekit-executable "/Library/Developer/CommandLineTools/usr/bin/sourcekit-lsp"))
|
||||
|
||||
(use-package magit
|
||||
:defer t)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue