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