1. 程式人生 > >Neovim中NERDTree等多處cursorline不高亮

Neovim中NERDTree等多處cursorline不高亮

分享圖片 針對 none nor 發現 png bug comm vim

標題表達的不是很清楚,看下圖把
技術分享圖片

解決方法

添加下面內容到init.vim

" 針對NERDTree
" https://github.com/scrooloose/nerdtree/issues/953#issuecomment-465148857
autocmd ColorScheme * highlight NERDTreeFile ctermfg=251

" 針對普通窗口
" https://github.com/neovim/neovim/issues/9019#issuecomment-446514216
autocmd ColorScheme * highlight Normal ctermbg=NONE

根本原因

這是Neovim的一個Bug被發現於2018年9月,由於優先級很低,至今未修復。
(假如您看到這篇文章時該問題已被修復,請及時聯系我,幫助我標記文章狀態為過期)

Neovim中NERDTree等多處cursorline不高亮