fix(nvim): I need that apparently

This commit is contained in:
Ahmad Ansori Palembani 2024-04-18 14:26:16 +07:00
parent 4e085a506c
commit 29fbf52940
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -16,8 +16,8 @@ o.splitbelow = true
o.splitright = true
o.list = true
-- o.listchars:append("space:⋅")
-- > Visualize indent trails with dots
o.listchars:append("space:⋅")
o.listchars:append("trail:⋅")
o.listchars:append("tab:▎―")
-- > Remove ugly tilde at the end of a file