Formatting, exclude devenv in gitignore

add placeholder for pluginmanager
This commit is contained in:
Marcel Schwarz 2019-12-28 05:09:00 +01:00
parent 371cdcc906
commit 10aaf41b38
3 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
__pycache__
.vscode
devenv

View File

@ -1,4 +1,5 @@
from .module import VimModule
def get_module():
return VimModule()

View File

@ -1,4 +1,5 @@
{
"pluginmanager_url": "",
"plugins": {
"Colorschemes": "Plug 'https://github.com/rafi/awesome-vim-colorschemes.git'",
"Unix Operations": "Plug 'https://github.com/tpope/vim-eunuch.git'",