linux-tools/modules/vim/vimrc_conf.json

24 lines
1.0 KiB
JSON
Raw Normal View History

{
2020-01-07 16:29:48 +01:00
"pluginmanager_url": "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim",
"plugins": {
2020-08-02 03:51:01 +02:00
"AutoPair": "Plug 'https://github.com/jiangmiao/auto-pairs.git'",
"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'",
"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'"
},
"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"
}
}