{ "pluginmanager_url": "", "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'" }, "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" } }