mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
Enable lsp-format for nix, terraform, and go
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user