2024-07-05 05:48:54 +00:00
|
|
|
|
|
|
|
(straight-use-package 'lsp-mode)
|
|
|
|
|
|
|
|
(setq gc-cons-threshold 100000000)
|
|
|
|
(setq read-process-output-max (* 1024 1024))
|
|
|
|
|
|
|
|
(define-key thwap-map (kbd "l") 'lsp-keymap-prefix)
|
2024-07-05 16:38:12 +00:00
|
|
|
(add-to-list 'thwap-help-lines "C-c t l : lsp-keymap-prefix")
|
2024-07-05 05:48:54 +00:00
|
|
|
;; (lsp-enable-which-key-integration t)
|
|
|
|
|
|
|
|
(provide 'thwap-lsp)
|