Remove go-mode.
This commit is contained in:
parent
f5e84d6dcc
commit
04b70049c4
@ -1,8 +1,12 @@
|
||||
(require 'common-lsp)
|
||||
(require 'util-tree-sitter)
|
||||
|
||||
(use-package go-mode
|
||||
:pin nongnu
|
||||
(use-package go-ts-mode
|
||||
:pin manual
|
||||
:mode (
|
||||
("\\.go\\'" . go-ts-mode)
|
||||
("/go\\.mod\\'" . go-ts-mode)
|
||||
)
|
||||
:commands (go-mode go-ts-mode)
|
||||
:hook (
|
||||
(go-ts-mode . (lambda ()
|
||||
|
Loading…
x
Reference in New Issue
Block a user