From 68fa26ab35ae97a4ae64de211b9ea04f6bde8ef8 Mon Sep 17 00:00:00 2001 From: Sam Willcocks Date: Tue, 10 May 2022 13:47:33 +0100 Subject: [PATCH] vim: add terraform plugin --- home/vim-dev.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/vim-dev.nix b/home/vim-dev.nix index 492e60a..bae9ef5 100644 --- a/home/vim-dev.nix +++ b/home/vim-dev.nix @@ -7,6 +7,7 @@ nvim-lspconfig trouble-nvim rust-vim + vim-terraform ] # delve is unsupported on aarch64-linux and golangci-lint is broken on x86_64-darwin # (see https://github.com/NixOS/nixpkgs/issues/168984).