neovim: add terraform support

This commit is contained in:
Serĉanto de Scio 2024-02-27 22:45:29 +10:00
parent 8e18fa7a76
commit 709ef98f87
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -11,6 +11,7 @@
configure = { configure = {
packages.myPlugins = with pkgs.vimPlugins; { packages.myPlugins = with pkgs.vimPlugins; {
start = [ start = [
deoplete-nvim # an extensible and asynchronous completion framework
formatter-nvim # A format runner for neovim formatter-nvim # A format runner for neovim
fugitive # Vim Git wrapper fugitive # Vim Git wrapper
fzf-vim # Full path fuzzy file, buffer, mru, tag, finder for Vim 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 indentLine # Display thin vertical lines at each indentation level
lualine-nvim lualine-nvim
YouCompleteMe # A code-completion engine for Vim YouCompleteMe # A code-completion engine for Vim
neomake # asynchronously run programs like vim-terraform
nerdcommenter # Comment functions so powerful—no comment necessary nerdcommenter # Comment functions so powerful—no comment necessary
nerdtree # File system explorer nerdtree # File system explorer
nerdtree-git-plugin # Plugin for nerdtree showing git status nerdtree-git-plugin # Plugin for nerdtree showing git status
@ -26,6 +28,8 @@
#statix # Lints and suggestions for the nix programming language #statix # Lints and suggestions for the nix programming language
supertab # Allows you to use <Tab> for all your insert completion supertab # Allows you to use <Tab> for all your insert completion
syntastic # Syntax checking hacks syntastic # Syntax checking hacks
vim-terraform # tab completion, syntax highlighting, indentation
vim-terraform-completion
vim-addon-nix # Scripts assisting writing .nix files vim-addon-nix # Scripts assisting writing .nix files
vim-cue # Cue filetype plugin for Vim vim-cue # Cue filetype plugin for Vim
vim-lastplace vim-lastplace