Is it possible to display indentation guides in Vim?

后端 未结 7 1162
暖寄归人
暖寄归人 2020-11-30 18:50

I\'m a longtime Vim user (3 or 4 years) who has recently started dealing with some deeply nested code. This code is indented with spaces, not tabs. I would like some clean

7条回答
  •  萌比男神i
    2020-11-30 19:17

    If you indent code with spaces, you can try my plugin: https://github.com/Yggdroot/indentLine, it displays thin vertical lines but not thick vertical lines as the above answers mentions. If you indent code with tab, just :set list lcs=tab:\|\ (here is a space)

提交回复
热议问题