因為坐著網頁寫了:This plugin is used for displaying thin vertical lines at each indentation level for code indented with spaces. For code indented with tabs I think there is no need to support it, because you can use :set list lcs=tab:\|\ (here is a space).
大意就是使用tab縮進的不支持。以下是我在找到的解決方法,復制進自己的_vinrc文件:
"設置tab縮進為4個空格 set ts=4 set expandtab set autoindent set list set lcs=tab:\|\-
2021-05-15
你需要通過brew install macvim 的wim 才能顯示
2020-01-09
因為坐著網頁寫了:This plugin is used for displaying thin vertical lines at each indentation level for code indented with spaces. For code indented with tabs I think there is no need to support it, because you can use :set list lcs=tab:\|\ (here is a space).
大意就是使用tab縮進的不支持。以下是我在找到的解決方法,復制進自己的_vinrc文件:
"設置tab縮進為4個空格
set ts=4
set expandtab
set autoindent
set list
set lcs=tab:\|\-
2019-10-15
我也遇到這個問題了,求解答