vim-pipenv
vim-pipenv copied to clipboard
Fix autocmd filetype error
For some reason there is a difference between filetype
and FileType
on certain systems. In my case, I was getting an error that pipenv#activate
as not an event. This should continue to work properly on systems where it's already working.