mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(language/go): ensure tree-sitter grammar correctly
This commit is contained in:
@@ -151,7 +151,7 @@
|
||||
(auto-highlight-symbol-mode -1)))
|
||||
|
||||
:config
|
||||
(siren-treesit-auto-ensure-grammar 'go)
|
||||
(siren-treesit-auto-ensure-grammars 'go 'gomod)
|
||||
|
||||
(siren-define-golines-format-mode)
|
||||
|
||||
@@ -181,7 +181,7 @@
|
||||
'(((module_path) @font-lock-constant-face))))
|
||||
|
||||
:config
|
||||
(siren-treesit-auto-ensure-grammar 'gomod)))
|
||||
(siren-treesit-auto-ensure-grammars 'go 'gomod)))
|
||||
|
||||
(use-package lsp-go
|
||||
:straight lsp-mode
|
||||
|
||||
Reference in New Issue
Block a user