mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-10 19:41:15 +02:00
nvim: move space and eol markers to style
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-- display certain invisible chars
|
||||
vim.opt.list = true
|
||||
vim.opt.listchars:append "space:·"
|
||||
vim.opt.listchars:append "eol:"
|
||||
|
||||
-- set signs for various uses
|
||||
Error_sign = " "
|
||||
Warn_sign = " "
|
||||
|
Reference in New Issue
Block a user