whompmacs/lib/thwap-lsp.el
Mike 'Fuzzy' Partin 6e565ee542 initial commit
2024-07-04 22:48:54 -07:00

11 lines
230 B
EmacsLisp

(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)
;; (lsp-enable-which-key-integration t)
(provide 'thwap-lsp)