fern
This commit is contained in:
parent
d9efcdc3c4
commit
8dd2aa251a
1 changed files with 5 additions and 0 deletions
|
@ -68,6 +68,8 @@ call plug#begin('~/.config/nvim/autoload/plugged')
|
|||
Plug 'airblade/vim-gitgutter'
|
||||
Plug 'Yggdroot/indentLine'
|
||||
|
||||
Plug 'lambdalisue/fern.vim'
|
||||
|
||||
if executable('ctags')
|
||||
Plug 'ludovicchabant/vim-gutentags'
|
||||
endif
|
||||
|
@ -96,3 +98,6 @@ let g:mucomplete#enable_auto_at_startup = 1
|
|||
|
||||
" indentLine
|
||||
let g:indentLine_char_list = ['|', '¦', '┆', '┊']
|
||||
|
||||
" fern
|
||||
nnoremap <Leader>` :Fern . -reveal=%<CR>
|
||||
|
|
Loading…
Add table
Reference in a new issue