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

This reverts commit fa92f00dc3.
This commit is contained in:
Wael M. Nasreddine
2020-01-07 13:13:41 -08:00
committed by Jon
parent 7909787a7d
commit c6c00529e1
2 changed files with 0 additions and 26 deletions
-3
View File
@@ -413,9 +413,6 @@ 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 ];