fix(nvim): I need that apparently
This commit is contained in:
parent
4e085a506c
commit
29fbf52940
1 changed files with 1 additions and 1 deletions
|
@ -16,8 +16,8 @@ o.splitbelow = true
|
||||||
o.splitright = true
|
o.splitright = true
|
||||||
|
|
||||||
o.list = true
|
o.list = true
|
||||||
-- o.listchars:append("space:⋅")
|
|
||||||
-- > Visualize indent trails with dots
|
-- > Visualize indent trails with dots
|
||||||
|
o.listchars:append("space:⋅")
|
||||||
o.listchars:append("trail:⋅")
|
o.listchars:append("trail:⋅")
|
||||||
o.listchars:append("tab:▎―")
|
o.listchars:append("tab:▎―")
|
||||||
-- > Remove ugly tilde at the end of a file
|
-- > Remove ugly tilde at the end of a file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue