2019-12-22 04:23:03 +01:00
|
|
|
{
|
2019-12-28 05:09:00 +01:00
|
|
|
"pluginmanager_url": "",
|
2019-12-22 04:23:03 +01:00
|
|
|
"plugins": {
|
|
|
|
"Colorschemes": "Plug 'https://github.com/rafi/awesome-vim-colorschemes.git'",
|
|
|
|
"Unix Operations": "Plug 'https://github.com/tpope/vim-eunuch.git'",
|
|
|
|
"Emmet": "Plug 'https://github.com/mattn/emmet-vim.git'",
|
|
|
|
"Meta5 Theme": "Plug 'https://github.com/christophermca/meta5.git'",
|
|
|
|
"Nerdtree": "Plug 'https://github.com/scrooloose/nerdtree'",
|
|
|
|
"Lightline": "Plug 'https://github.com/itchyny/lightline.vim'"
|
2019-12-28 03:35:40 +01:00
|
|
|
},
|
|
|
|
"settings": {
|
|
|
|
"tabstop": "set tabstop=2",
|
|
|
|
"shiftwidth": "set shiftwidth=2",
|
|
|
|
"expand": "set noexpandtab",
|
|
|
|
"highlighting": "syntax on",
|
|
|
|
"linenumbers": "set number",
|
|
|
|
"status": "set laststatus=2",
|
|
|
|
"noshowmode": "set noshowmode"
|
2019-12-22 04:23:03 +01:00
|
|
|
}
|
|
|
|
}
|