From 709ef98f8772e35ce339c4f43ce8c4db2972ddec Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Tue, 27 Feb 2024 22:45:29 +1000 Subject: [PATCH] neovim: add terraform support --- profiles/neovim.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/neovim.nix b/profiles/neovim.nix index 885644a..25971aa 100644 --- a/profiles/neovim.nix +++ b/profiles/neovim.nix @@ -11,6 +11,7 @@ configure = { packages.myPlugins = with pkgs.vimPlugins; { start = [ + deoplete-nvim # an extensible and asynchronous completion framework formatter-nvim # A format runner for neovim fugitive # Vim Git wrapper fzf-vim # Full path fuzzy file, buffer, mru, tag, finder for Vim @@ -18,6 +19,7 @@ indentLine # Display thin vertical lines at each indentation level lualine-nvim YouCompleteMe # A code-completion engine for Vim + neomake # asynchronously run programs like vim-terraform nerdcommenter # Comment functions so powerful—no comment necessary nerdtree # File system explorer nerdtree-git-plugin # Plugin for nerdtree showing git status @@ -26,6 +28,8 @@ #statix # Lints and suggestions for the nix programming language supertab # Allows you to use for all your insert completion syntastic # Syntax checking hacks + vim-terraform # tab completion, syntax highlighting, indentation + vim-terraform-completion vim-addon-nix # Scripts assisting writing .nix files vim-cue # Cue filetype plugin for Vim vim-lastplace