vim - nerdtree suddenly broke

前端 未结 3 1586
长发绾君心
长发绾君心 2020-12-23 09:54

\"enter

Nerdtree has suddenly started acting a little strange. As you can see in the s

3条回答
  •  甜味超标
    2020-12-23 10:46

    A late solution: Tell vim to use utf-8 encoding and everything will be good, even the messy characters that appear on top of function and class folds But I agree with npiv, the + and - are much nicer than the fancy arrows :D

    Add this to your .vimrc

    set encoding=utf-8
    

提交回复
热议问题