Disable treesit-auto: I don't use it and it's broken

This commit is contained in:
MitchMarq42 2023-03-10 18:39:39 -09:00
parent b1d9ec72ab
commit e4b7958cbc

View File

@ -834,13 +834,14 @@ Return nil if DIR is not in a hugo project at all."
:init (defun corfu/lsp-mode-setup-completion () :init (defun corfu/lsp-mode-setup-completion ()
(setf (alist-get 'styles (alist-get 'lsp-capf completion-category-defaults)) (setf (alist-get 'styles (alist-get 'lsp-capf completion-category-defaults))
'(flex)))) '(flex))))
(use-package treesit-auto ;; Tree-sitter (disabled because broken?)
:elpaca (treesit-auto ;; (use-package treesit-auto
:host github ;; :elpaca (treesit-auto
:repo "renzmann/treesit-auto") ;; :host github
:custom (treesit-auto-install 'prompt) ;; :repo "renzmann/treesit-auto")
;; :init (add-to-list 'treesit-auto-fallback-alist '(bash-ts-mode . sh-mode)) ;; :custom (treesit-auto-install 'prompt)
) ;; ;; :init (add-to-list 'treesit-auto-fallback-alist '(bash-ts-mode . sh-mode))
;; )
;; broken snippets I don't care about... ;; broken snippets I don't care about...
(use-package yasnippet (use-package yasnippet