mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-06 21:36:34 +05:30
add go lang support
This commit is contained in:
@ -15,6 +15,7 @@ local options = {
|
|||||||
html = { prettier },
|
html = { prettier },
|
||||||
markdown = { prettier },
|
markdown = { prettier },
|
||||||
nix = { "alejandra" },
|
nix = { "alejandra" },
|
||||||
|
go = { "goimports", "gofumpt" },
|
||||||
},
|
},
|
||||||
|
|
||||||
format_on_save = {
|
format_on_save = {
|
||||||
|
Reference in New Issue
Block a user