fix problem with lispy not loading
Some checks failed
/ Test config on 20 (push) Failing after 44s

This commit is contained in:
Maciej 2025-01-09 09:26:38 +02:00
parent 3c59ad8bbc
commit 2150285aea
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
9 changed files with 244 additions and 242 deletions

View file

@ -43,7 +43,11 @@
(setq-local lsp-eldoc-enable-hover nil)
(setq-local lsp-completion-enable-additional-text-edit nil)
(setq-local company-minimum-prefix-length 3))
(setq-local completion-at-point-functions
(list (cape-capf-super #'lsp-completion-at-point
#'yasnippet-capf)
#'cape-dabbrev
#'cape-file)))
(add-hook 'heex-ts-mode-hook 'icejam-activate-elixir-ts-mode)
(add-hook 'elixir-ts-mode-hook 'icejam-activate-elixir-ts-mode)