mirror of
https://github.com/fred-drake/neovim.git
synced 2026-06-29 12:07:29 -05:00
Added Golang support
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user