adds go config and removes unnecessary packages
This commit is contained in:
parent
27aaefc519
commit
e492804a69
6 changed files with 23 additions and 22 deletions
|
|
@ -14,6 +14,10 @@ return {
|
|||
markdown = { "prettierd" },
|
||||
json = { "prettierd" },
|
||||
lua = { "stylua" },
|
||||
go = { "goimports" },
|
||||
gomod = { "goimports" },
|
||||
gowork = { "goimports" },
|
||||
gotmpl = { "goimports" },
|
||||
},
|
||||
format_on_save = {
|
||||
-- These options will be passed to conform.format()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue