diff --git a/modules/vim/vimrc_conf.json b/modules/vim/vimrc_conf.json index 8271c78..0fe27a3 100644 --- a/modules/vim/vimrc_conf.json +++ b/modules/vim/vimrc_conf.json @@ -1,12 +1,16 @@ { "pluginmanager_url": "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim", "plugins": { - "Colorschemes": "Plug 'https://github.com/rafi/awesome-vim-colorschemes.git'", - "Unix Operations": "Plug 'https://github.com/tpope/vim-eunuch.git'", + "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'", - "Lightline": "Plug 'https://github.com/itchyny/lightline.vim'" + "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",