Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
f7d7fc6c4d
commit
e06e46b65d
2 changed files with 4 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
module = "php";
|
module = "php";
|
||||||
neon = "yaml";
|
neon = "yaml";
|
||||||
pcss = "scss";
|
pcss = "scss";
|
||||||
|
tf = "terraform";
|
||||||
theme = "php";
|
theme = "php";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
3
modules/nixvim/lsp/terraform.nix
Normal file
3
modules/nixvim/lsp/terraform.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
flake.modules.nixvim.custom.lsp.servers.terraformls.enable = true;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue