vim-plugins: hashivim/vim-terraform: fix the filetypedetect autocmd (#76845)

This commit is contained in:
Wael Nasreddine
2020-01-04 11:29:06 -08:00
committed by GitHub
parent 2f22e67c99
commit fa92f00dc3
2 changed files with 26 additions and 0 deletions
+3
View File
@@ -413,6 +413,9 @@ self: super: {
dependencies = with super; [ vim-addon-mw-utils tlib_vim ];
});
vim-terraform = super.vim-terraform.overrideAttrs(oa: {
patches = (oa.patches or []) ++ lib.singleton ./vim-terraform-fix-event.patch;
});
vim-wakatime = super.vim-wakatime.overrideAttrs(old: {
buildInputs = [ python ];