mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +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