{ "pluginmanager_url": "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim", "plugins": { "AutoPair": "Plug 'https://github.com/jiangmiao/auto-pairs.git'", "Emmet": "Plug 'https://github.com/mattn/emmet-vim.git'", "Jellybeans Theme": "Plug 'https://github.com/nanotech/jellybeans.vim.git'", "Meta5 Theme": "Plug 'https://github.com/christophermca/meta5.git'", "Nerdtree": "Plug 'https://github.com/scrooloose/nerdtree'", "Vim Airline": "Plug 'https://github.com/vim-airline/vim-airline.git'", "Onedark Theme": "Plug 'https://github.com/joshdick/onedark.vim.git'", "Malokai Theme": "Plug 'kiddos/malokai.vim'", "Monokai Theme": "Plug 'crusoexia/vim-monokai'", "JavaScript Extension": "Plug 'pangloss/vim-javascript'" }, "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" } }