aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugins/misc.vim
blob: 5067f5a8133aab9b0ea9e149998f66a5b6d04788 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Plug 'scrooloose/nerdtree', {'on': 'NERDTreeToggle'}

map <C-n> :NERDTreeToggle<CR>

Plug 'skywind3000/asyncrun.vim'

let g:asyncrun_open = 6 " the number of lines of quickfix window
let g:asyncrun_bell = 1 " the bell rings when the task is done
" use f10 to open/close asyncrun quickfix window
nnoremap <F10> :call asyncrun#quickfix_toggle(6)<cr>

Plug 'mhinz/vim-signify'
Plug 'tpope/vim-unimpaired'
Plug 'godlygeek/tabular'
Plug 'sonph/onehalf', { 'rtp': 'vim' }