File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 195
195
lua-mode ; lua-language-server
196
196
latex-mode ; texlab
197
197
kotlin-mode ; kotlin-language-server
198
+ swift-mode ; swift-bin
198
199
web-mode)
199
200
(:hook lsp-deferred))
200
201
(:when-loaded
363
364
(:hook dot/php-mode-init))
364
365
365
366
(elpaca-setup restclient)
367
+ (elpaca-setup restclient-jq
368
+ (:load-ater restclient))
366
369
367
370
; ;; Python
368
371
373
376
(setq python-indent-offset (default-value 'tab-width )))
374
377
(:hook dot/python-mode-init)))
375
378
379
+ ; ;; Swift
380
+
381
+ (elpaca-setup swift-mode)
382
+ (elpaca-setup lsp-sourcekit
383
+ (:load-after lsp-mode)
384
+ (:when-loaded
385
+ (setq lsp-sourcekit-executable " /usr/bin/sourcekit-lsp" )))
386
+
376
387
; ;; YAML
377
388
378
389
(elpaca-setup yaml-mode)
Original file line number Diff line number Diff line change @@ -54,6 +54,9 @@ gvfs-gphoto2
54
54
gvfs-mtp
55
55
gvim
56
56
htop
57
+ hunspell
58
+ hunspell-en_us
59
+ hunspell-nl
57
60
i3lock-color-git
58
61
imagemagick
59
62
inetutils
You can’t perform that action at this time.
0 commit comments