Xuyuanp / nerdtree-git-plugin

A plugin of NERDTree showing git status
Do What The F*ck You Want To Public License
2.08k stars 150 forks source link

plugin not working #180

Closed leehc257 closed 3 years ago

leehc257 commented 3 years ago

Self-Diagnosis

Environment (for bug reports)

Steps to Reproduce the Issue

  1. I installed plugin, then not working nerdtree.
  2. vim version : 8.0
  3. git version : 2.22.0

i want to use this plugin for convenience.

Current Result (Include screenshots where appropriate.)

1 this situation : enter vim( :e.) 2 my folder structure 3 this situation : move to ..(up a dir)

& my vimrc

"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " plugin """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" call plug#begin('~/.vim/plugged')

Plug 'preservim/nerdtree' "nerdtree Plug 'Xuyuanp/nerdtree-git-plugin' Plug 'ryanoasis/vim-devicons' Plug 'tiagofumo/vim-nerdtree-syntax-highlight'

call plug#end() set encoding=utf-8 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" "Plug 'Xuyuanp/nerdtree-git-plugin' """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" "let g:loaded_nerdtree_git_status = 1 "let g:NERDTreeGitStatusShowClean = 1 " default: 0 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" "Plug 'tiagofumo/vim-nerdtree-syntax-highlight' """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" let g:NERDTreeFileExtensionHighlightFullName = 1 let g:NERDTreeExactMatchHighlightFullName = 1 let g:NERDTreePatternMatchHighlightFullName = 1 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " 'preservim/nerdtree' """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" nmap r :NERDTreeFocus | R | let g:NERDTreeGitStatusUseNerdFonts = 1 let g:NERDTreeGitStatusIndicatorMapCustom = { \ 'Modified' :'✹', \ 'Staged' :'✚', \ 'Untracked' :'✭', \ 'Renamed' :'➜', \ 'Unmerged' :'═', \ 'Deleted' :'✖', \ 'Dirty' :'✗', \ 'Ignored' :'☒', \ 'Clean' :'✔︎', \ 'Unknown' :'?', \ } """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

Expected Result

Xuyuanp commented 3 years ago

Hi, can you translate the Korean text in the pics?

leehc257 commented 3 years ago

yellow line : 12 line : red line : E475: Invalid argument : env

Xuyuanp commented 3 years ago

Please upgrade your vim(>= 8.0.0902)

Patch 8.0.0902 Problem: Cannot specify directory or environment for a job. Solution: Add the "cwd" and "env" arguments to job options. (Yasuhiro Matsumoto, closes #1160)

leehc257 commented 3 years ago

thanks~!!!!!