mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
vim: add terraform
This commit is contained in:
parent
b0c1e697b8
commit
4a60b575d8
2 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
vim-gitgutter
|
vim-gitgutter
|
||||||
vim-nix
|
vim-nix
|
||||||
vim-startify
|
vim-startify
|
||||||
|
vim-terraform
|
||||||
] ++
|
] ++
|
||||||
# skip syntax-highlight on nixos 23.05
|
# skip syntax-highlight on nixos 23.05
|
||||||
lib.optional
|
lib.optional
|
||||||
|
|
|
@ -26,6 +26,10 @@ let g:startify_custom_indices = map(range(1,100), 'string(v:val)')
|
||||||
let NERDTreeMinimalUI=1
|
let NERDTreeMinimalUI=1
|
||||||
let g:NERDTreeExtensionHighlightColor = {}
|
let g:NERDTreeExtensionHighlightColor = {}
|
||||||
let g:NERDTreeExtensionHighlightColor['nix'] = "689FB6"
|
let g:NERDTreeExtensionHighlightColor['nix'] = "689FB6"
|
||||||
|
let g:NERDTreeExtensionHighlightColor['tf'] = "834F79"
|
||||||
|
|
||||||
|
let g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols = {}
|
||||||
|
let g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols['tf'] = "\uE69A"
|
||||||
|
|
||||||
|
|
||||||
"auto formatting
|
"auto formatting
|
||||||
|
|
Loading…
Reference in a new issue