diff options
Diffstat (limited to 'roles')
-rw-r--r-- | roles/tools/files/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/tools/files/vimrc b/roles/tools/files/vimrc index eabcf38..3c61621 100644 --- a/roles/tools/files/vimrc +++ b/roles/tools/files/vimrc | |||
@@ -36,6 +36,7 @@ Plug 'Chiel92/vim-autoformat' | |||
36 | Plug 'pearofducks/ansible-vim' | 36 | Plug 'pearofducks/ansible-vim' |
37 | Plug 'juliosueiras/vim-terraform-completion' | 37 | Plug 'juliosueiras/vim-terraform-completion' |
38 | Plug 'sjl/gundo.vim' | 38 | Plug 'sjl/gundo.vim' |
39 | Plug 'LnL7/vim-nix' | ||
39 | 40 | ||
40 | call plug#end() | 41 | call plug#end() |
41 | 42 | ||