mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
rb
This commit is contained in:
parent
9c07ef14b5
commit
1a861308ba
1 changed files with 9 additions and 1 deletions
|
|
@ -3,16 +3,19 @@ call plug#begin('~/.local/share/nvim/plugged')
|
|||
"UI
|
||||
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
|
||||
Plug 'jistr/vim-nerdtree-tabs'
|
||||
Plug 'xuyuanp/nerdtree-git-plugin'
|
||||
|
||||
Plug 'vim-airline/vim-airline'
|
||||
Plug 'crusoexia/vim-monokai'
|
||||
Plug 'vim-airline/vim-airline-themes'
|
||||
Plug 'lifepillar/vim-solarized8'
|
||||
|
||||
Plug 'kien/tabman.vim'
|
||||
|
||||
"Coding
|
||||
Plug 'valloric/youcompleteme'
|
||||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'vim-scripts/Rainbow-Parenthesis'
|
||||
Plug 'luochen1990/rainbow'
|
||||
Plug 'tpope/vim-surround'
|
||||
Plug 'mbbill/undotree'
|
||||
|
||||
|
|
@ -134,4 +137,9 @@ set laststatus=2
|
|||
let g:airline_theme='powerlineish'
|
||||
let g:airline_powerline_fonts = 1
|
||||
|
||||
"Rainbow brackets
|
||||
let g:rainbow_active = 1
|
||||
let g:rainbow_conf = {
|
||||
\ 'guifgs': ['red', 'yellow', 'lightgreen', 'lightblue'],
|
||||
\ }
|
||||
hi Conceal guibg=Normal guifg=Normal
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue