Add new plugins for vim module

This commit is contained in:
Lucas Noki 2020-08-02 03:51:01 +02:00
parent 36edc4c183
commit 94ff8d2ce2

View File

@ -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",