Showing trailing spaces in vim

后端 未结 5 1610
生来不讨喜
生来不讨喜 2021-01-30 16:19

I\'ve set the following options in .vimrc

set listchars=tab:▸\\ ,trail:·
set list

And expected to see dots in those places where spaces are use

5条回答
  •  梦毁少年i
    2021-01-30 17:07

    The vim-better-whitespace plugin incorporates many tips from the Vim Wiki page referenced in @icecrime's answer. It also has some nifty configuration options.

    I installed pathogen.vim just to use this plugin and am happy with my life, all things considered.

提交回复
热议问题