2019-12-22 04:23:03 +01:00
|
|
|
{
|
2020-01-07 16:29:48 +01:00
|
|
|
"pluginmanager_url": "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim",
|
2019-12-22 04:23:03 +01:00
|
|
|
"plugins": {
|
2020-08-02 03:51:01 +02:00
|
|
|
"AutoPair": "Plug 'https://github.com/jiangmiao/auto-pairs.git'",
|
2019-12-22 04:23:03 +01:00
|
|
|
"Emmet": "Plug 'https://github.com/mattn/emmet-vim.git'",
|
2020-08-02 03:51:01 +02:00
|
|
|
"Jellybeans Theme": "Plug 'https://github.com/nanotech/jellybeans.vim.git'",
|
2019-12-22 04:23:03 +01:00
|
|
|
"Meta5 Theme": "Plug 'https://github.com/christophermca/meta5.git'",
|
|
|
|
"Nerdtree": "Plug 'https://github.com/scrooloose/nerdtree'",
|
2020-08-02 03:51:01 +02:00
|
|
|
"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'"
|
2019-12-28 03:35:40 +01:00
|
|
|
},
|
|
|
|
"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"
|
2019-12-22 04:23:03 +01:00
|
|
|
}
|
|
|
|
}
|