dot_files/vim-plugins/bundle/python-mode/t/ftplugin.vim
2017-12-10 00:00:02 +00:00

18 lines
205 B
VimL

source plugin/pymode.vim
describe 'pymode-ftplugin'
before
set filetype=python
end
after
bd!
end
it 'pymode init'
PymodePython import pymode
end
end