1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim: use icon config for vim.o.listchars

This commit is contained in:
Henrik Hautakoski 2024-09-07 11:31:55 +02:00
parent d5bc741498
commit f26bdcdc86
2 changed files with 4 additions and 2 deletions

View file

@ -11,7 +11,8 @@ return {
whitespace = {
tab = "»",
space = "·",
eol = ""
eol = "",
nbsp = "",
},
fold = {
open = "",