switch to different version of nerdtree
also add devicons for nerdtree
This commit is contained in:
parent
66653b815f
commit
906acb2658
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
||||||
" NERD TREE SETUP
|
" NERD TREE SETUP
|
||||||
" =========================
|
" =========================
|
||||||
|
|
||||||
let NERDTreeIgnore=['\.pyc$', '\~$'] "ignore files in NERDTree
|
let NERDTreeIgnore=['\.pyc$', '\~$', '__pycache__'] "ignore files in NERDTree
|
||||||
|
|
||||||
" AIRLINE SETUP
|
" AIRLINE SETUP
|
||||||
" =========================
|
" =========================
|
||||||
|
|
|
@ -6,9 +6,6 @@ call plug#begin('~/.config/nvim/bundle')
|
||||||
" Editor config
|
" Editor config
|
||||||
Plug 'editorconfig/editorconfig-vim'
|
Plug 'editorconfig/editorconfig-vim'
|
||||||
|
|
||||||
" comment plugin
|
|
||||||
Plug 'tpope/vim-commentary'
|
|
||||||
|
|
||||||
" brackets management
|
" brackets management
|
||||||
Plug 'tpope/vim-surround'
|
Plug 'tpope/vim-surround'
|
||||||
|
|
||||||
|
@ -31,7 +28,10 @@ Plug 'junegunn/goyo.vim'
|
||||||
" ===================
|
" ===================
|
||||||
|
|
||||||
" nerd-tree
|
" nerd-tree
|
||||||
Plug 'scrooloose/nerdtree'
|
Plug 'preservim/nerdtree'
|
||||||
|
|
||||||
|
" Icons
|
||||||
|
Plug 'ryanoasis/vim-devicons'
|
||||||
|
|
||||||
" fzf plugin
|
" fzf plugin
|
||||||
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
|
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
|
||||||
|
|
Loading…
Add table
Reference in a new issue