Update
All checks were successful
/ Test config on 20 (push) Successful in 27s

This commit is contained in:
Maciej 2024-08-16 11:42:31 +03:00
parent d527d1dda3
commit b83e55b79b
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
7 changed files with 32 additions and 28 deletions

View file

@ -22,7 +22,9 @@
;; It would be okay, but it also doesn't work 99% of the time.
;; When needed, enable this hot garbage in dir-locals.el
lsp-disabled-clients '(vue-semantic-server)
lsp-disabled-clients '(vue-semantic-server
;; Ruby LSP servers, none of which actually work.
ruby-ls rubocop-ls typeprof-ls)
lsp-log-io nil
lsp-enable-file-watchers nil)
(unbind-key "s-l =" lsp-mode-map)