Enable lsp-format for nix, terraform, and go

This commit is contained in:
Dave Gallant
2024-03-05 15:50:27 -05:00
parent 6ad50b708f
commit b05d25845c

View File

@@ -421,6 +421,14 @@ in {
terraformls.enable = true;
yamlls.enable = true;
};
lsp-format = {
enable = true;
setup = {
terraform = {};
nix = {};
go = {};
};
};
nvim-cmp.enable = true;
rainbow-delimiters.enable = true;
treesitter.enable = true;