mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-26 07:15:37 +00:00
fix: bad command for terraform-ls
This commit is contained in:
parent
4a803427fb
commit
74e346fa63
@ -22,7 +22,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
use.lspconfig.terraformls.setup =
|
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" { } ];
|
vim.api.nvim_create_augroup = dsl.callWith [ "LspFormatting" { } ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user