10 lines
445 B
JSON
10 lines
445 B
JSON
|
{
|
||
|
"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'"
|
||
|
}
|
||
|
}
|