dot_files/vim-plugins/python-mode/t/ftplugin.vim
2017-07-31 00:00:01 +03: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