mirror of
https://github.com/fred-drake/neovim.git
synced 2026-06-05 14:59:28 -05:00
11 lines
222 B
Nix
11 lines
222 B
Nix
{
|
|
plugins = {
|
|
conform-nvim = {
|
|
enable = true;
|
|
settings = { formatters_by_ft.go = [ "golines" ]; };
|
|
};
|
|
lsp.servers.gopls.enable = true;
|
|
none-ls.sources.formatting.golines.enable = true;
|
|
};
|
|
}
|