Disable treesit-auto: I don't use it and it's broken
This commit is contained in:
parent
b1d9ec72ab
commit
e4b7958cbc
@ -834,13 +834,14 @@ Return nil if DIR is not in a hugo project at all."
|
||||
:init (defun corfu/lsp-mode-setup-completion ()
|
||||
(setf (alist-get 'styles (alist-get 'lsp-capf completion-category-defaults))
|
||||
'(flex))))
|
||||
(use-package treesit-auto
|
||||
:elpaca (treesit-auto
|
||||
:host github
|
||||
:repo "renzmann/treesit-auto")
|
||||
:custom (treesit-auto-install 'prompt)
|
||||
;; :init (add-to-list 'treesit-auto-fallback-alist '(bash-ts-mode . sh-mode))
|
||||
)
|
||||
;; Tree-sitter (disabled because broken?)
|
||||
;; (use-package treesit-auto
|
||||
;; :elpaca (treesit-auto
|
||||
;; :host github
|
||||
;; :repo "renzmann/treesit-auto")
|
||||
;; :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...
|
||||
(use-package yasnippet
|
||||
|
Loading…
Reference in New Issue
Block a user