diff options
Diffstat (limited to '')
| -rw-r--r-- | config/nvim/lua/options.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/nvim/lua/options.lua b/config/nvim/lua/options.lua index 0cd9c53..4a230ad 100644 --- a/config/nvim/lua/options.lua +++ b/config/nvim/lua/options.lua @@ -26,10 +26,12 @@ local options = { softtabstop = 4, cursorline = true, listchars = { - tab = '→→', - trail = '-', - nbsp = '+' + tab = "› ", + trail = "-", + nbsp = "+", + leadmultispace = "· ", }, + list = true, number = true, relativenumber = true, numberwidth = 4, @@ -65,5 +67,3 @@ vim.filetype.add({ [".*/todo.txt"] = "todotxt", }, }) - - |
