diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-12-20 13:07:30 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-12-20 13:07:30 +0100 |
commit | e2e7cad558fda2d58d91a18c1ad074cb6da39828 (patch) | |
tree | c2abfe450aac1937565e7acd898326b158248508 | |
parent | 65794167aa03d22a2989e2e04ac23bb111a89280 (diff) | |
download | Ansible-e2e7cad558fda2d58d91a18c1ad074cb6da39828.tar.gz Ansible-e2e7cad558fda2d58d91a18c1ad074cb6da39828.tar.zst Ansible-e2e7cad558fda2d58d91a18c1ad074cb6da39828.zip |
Add nix syntax highlight to vim
-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 | ||