nvim: Use better listchar for tab
This commit is contained in:
parent
c2f6705932
commit
705012f3c7
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ opt.smartcase = true
|
||||||
|
|
||||||
-- appearance
|
-- appearance
|
||||||
opt.list = true
|
opt.list = true
|
||||||
opt.listchars = "trail:•,tab:⭾ ,"
|
opt.listchars = "trail:•,tab:,"
|
||||||
opt.showmode = true
|
opt.showmode = true
|
||||||
opt.signcolumn = "yes"
|
opt.signcolumn = "yes"
|
||||||
opt.termguicolors = true
|
opt.termguicolors = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue