Update packages
Some checks failed
/ Test config on 20 (push) Failing after 47s

This commit is contained in:
Maciej 2024-12-04 10:13:06 +02:00
parent d1ee6a12ed
commit 4be55a9351
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
6 changed files with 197 additions and 204 deletions

View file

@ -31,14 +31,6 @@
(setq-local web-mode-markup-indent-offset 2)
(setq-local lsp-eldoc-enable-hover nil)
(setq-local flycheck-check-syntax-automatically '(save mode-enabled))
(add-to-list (make-local-variable 'company-backends)
'(company-capf company-yasnippet))
(when (string-match-p ".jsx" (buffer-file-name))
(lsp))
(when (string-match-p ".tsx" (buffer-file-name))
(lsp))
(when (string-match-p ".vue" (buffer-file-name))
(lsp)))