Added Golang support

This commit is contained in:
Fred Drake
2024-10-02 21:30:59 -04:00
parent d8dc1cbd83
commit 50675505f7
5 changed files with 44 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
{
plugins = {
conform-nvim = {
enable = true;
settings = { formatters_by_ft.go = [ "golines" ]; };
};
lsp.servers.gopls.enable = true;
none-ls.sources.formatting.golines.enable = true;
};
}