Compare commits

...

1 Commits

Author SHA1 Message Date
b087eaa1ef feat: listchars eol character 2024-01-25 21:02:08 +01:00

View File

@@ -36,3 +36,10 @@ vim.o.timeoutlen = 300
vim.o.completeopt = 'menuone,noselect'
vim.o.termguicolors = true
-- eol chars
vim.opt.list = true
vim.opt.listchars = {
eol = '󰌑',
tab = '<->',
}