feat: add go formatter to file types
This commit is contained in:
parent
d5fcdb1368
commit
dbdc9a8ce9
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ pub const go = .{
|
||||||
.extensions = .{"go"},
|
.extensions = .{"go"},
|
||||||
.comment = "//",
|
.comment = "//",
|
||||||
.language_server = .{"gopls"},
|
.language_server = .{"gopls"},
|
||||||
|
.formatter = .{ "gofmt" },
|
||||||
};
|
};
|
||||||
|
|
||||||
pub const haskell = .{
|
pub const haskell = .{
|
||||||
|
|
Loading…
Add table
Reference in a new issue