fix: bad command for terraform-ls

This commit is contained in:
Noah Masur 2022-11-30 10:56:30 -07:00
parent 4a803427fb
commit 74e346fa63

View File

@ -22,7 +22,7 @@
};
use.lspconfig.terraformls.setup =
dsl.callWith { cmd = [ "${pkgs.terraform-ls}/bin/terraform-lsp" ]; };
dsl.callWith { cmd = [ "${pkgs.terraform-ls}/bin/terraform-ls" "serve" ]; };
vim.api.nvim_create_augroup = dsl.callWith [ "LspFormatting" { } ];