nvim: Use better listchar for tab

This commit is contained in:
histalek 2023-02-04 21:06:55 +01:00
parent c2f6705932
commit 705012f3c7
No known key found for this signature in database
GPG key ID: ED1D6449704FDE03

View file

@ -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