mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-03-22 12:35:49 +05:30
feat(nvim): Add golang support
This commit is contained in:
@@ -25,6 +25,7 @@ return {
|
||||
xml = { "xmllint" },
|
||||
yaml = { "yamlfmt" },
|
||||
|
||||
go = { "gofmt" },
|
||||
rust = { "rustfmt" },
|
||||
|
||||
["_"] = { "trim_whitespace" },
|
||||
|
||||
Reference in New Issue
Block a user