From f3aee592e1af411742f099a372c976b2cc992543 Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Sat, 8 Jun 2024 16:39:02 +0530 Subject: [PATCH] refactor: add listchars for space and tabs etc --- lua/config/options.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/config/options.lua b/lua/config/options.lua index e68e932..9d55b49 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -67,6 +67,7 @@ opt.grepformat = "%f:%l:%c:%m" opt.grepprg = "rg --vimgrep" opt.inccommand = "nosplit" -- preview incremental substitute opt.list = true -- Show some invisible characters (tabs... +opt.listchars = "tab:→ ,space:·,nbsp:␣,trail:•,precedes:«,extends:»" opt.pumblend = 12 -- Popup blend opt.pumheight = 12 -- Maximum number of entries in a popup