Tmux 설정

This commit is contained in:
2020-08-17 09:36:12 +09:00
parent 56a242f107
commit 0774d4db61
5 changed files with 57 additions and 19 deletions

View File

@@ -13,6 +13,9 @@ Plug 'preservim/nerdtree'
" NERDTree icon color
Plug 'tiagofumo/vim-nerdtree-syntax-highlight'
" Restore Session
Plug 'tpope/vim-obsession'
" fuzzy finder
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
Plug 'junegunn/fzf.vim'