Formatting, exclude devenv in gitignore
add placeholder for pluginmanager
This commit is contained in:
parent
371cdcc906
commit
10aaf41b38
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
__pycache__
|
||||
.vscode
|
||||
devenv
|
||||
|
@ -1,4 +1,5 @@
|
||||
from .module import VimModule
|
||||
|
||||
|
||||
def get_module():
|
||||
return VimModule()
|
||||
|
@ -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'",
|
||||
|
Loading…
Reference in New Issue
Block a user