We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a89fe commit 9fb1cbbCopy full SHA for 9fb1cbb
2 files changed
README.md
@@ -0,0 +1,3 @@
1
+# Python VIM plugin framework
2
+
3
+A library that generates the needed stub to do VIM plugin in Python.
setup.py
@@ -2,7 +2,7 @@
setup(
4
name='vim-python-framework',
5
- version='0.1.1',
+ version='0.1.0',
6
description='A framework to easily create Vim plugins using Python',
7
author='David Kennedy S. Araujo',
8
author_email='software@davidkennedy.dev',
0 commit comments