diff options
| author | 2026-02-12 18:21:04 +0300 | |
|---|---|---|
| committer | 2026-02-12 18:21:04 +0300 | |
| commit | 529898343aed91872813833b1fa6bdf688cc4b2e (patch) | |
| tree | ddde638184214df1873329539a2f8cc794e2ae12 /config/nvim/lua/options.lua | |
| parent | nvim lazy upd (diff) | |
| download | dotfiles-529898343aed91872813833b1fa6bdf688cc4b2e.tar.gz dotfiles-529898343aed91872813833b1fa6bdf688cc4b2e.tar.bz2 dotfiles-529898343aed91872813833b1fa6bdf688cc4b2e.tar.xz dotfiles-529898343aed91872813833b1fa6bdf688cc4b2e.zip | |
12.02.2026
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", }, }) - - |
