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__
|
__pycache__
|
||||||
.vscode
|
.vscode
|
||||||
|
devenv
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
from .module import VimModule
|
from .module import VimModule
|
||||||
|
|
||||||
|
|
||||||
def get_module():
|
def get_module():
|
||||||
return VimModule()
|
return VimModule()
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"pluginmanager_url": "",
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"Colorschemes": "Plug 'https://github.com/rafi/awesome-vim-colorschemes.git'",
|
"Colorschemes": "Plug 'https://github.com/rafi/awesome-vim-colorschemes.git'",
|
||||||
"Unix Operations": "Plug 'https://github.com/tpope/vim-eunuch.git'",
|
"Unix Operations": "Plug 'https://github.com/tpope/vim-eunuch.git'",
|
||||||
|
Loading…
Reference in New Issue
Block a user