This website requires JavaScript.
Explore
Help
Sign In
public
/
linux-tools
Watch
1
Star
0
Fork
0
You've already forked linux-tools
Code
Issues
12
Pull Requests
Packages
Projects
Releases
Wiki
Activity
73a3bb044c
linux-tools
/
modules
/
vim
/
__init__.py
6 lines
73 B
Python
Raw
Normal View
History
Unescape
Escape
Fixed typos, Implemented module interface
2019-12-14 04:48:57 +01:00
from
.
module
import
VimModule
Add Vim module, Add init for module, Add class for module, Add basic implementation for plugin selection
2019-12-14 04:22:34 +01:00
Formatting, exclude devenv in gitignore add placeholder for pluginmanager
2019-12-28 05:09:00 +01:00
Fixed typos, Implemented module interface
2019-12-14 04:48:57 +01:00
def
get_module
(
)
:
return
VimModule
(
)
Reference in New Issue
Copy Permalink