From 529898343aed91872813833b1fa6bdf688cc4b2e Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Thu, 12 Feb 2026 18:21:04 +0300 Subject: 12.02.2026 --- config/nvim/lua/options.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config/nvim/lua/options.lua') 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", }, }) - - -- cgit v1.2.3