mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 21:16:35 +05:30
add go lang support
This commit is contained in:
@ -15,6 +15,12 @@ M.treesitter = {
|
||||
|
||||
-- nix
|
||||
"nix",
|
||||
|
||||
-- go
|
||||
"go",
|
||||
"gomod",
|
||||
"gowork",
|
||||
"gosum",
|
||||
},
|
||||
}
|
||||
|
||||
@ -36,6 +42,14 @@ M.mason = {
|
||||
|
||||
-- nix
|
||||
"nil",
|
||||
|
||||
-- go
|
||||
"gopls",
|
||||
"goimports",
|
||||
"gofumpt",
|
||||
"gomodifytags",
|
||||
"impl",
|
||||
"iferr",
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user