From a77c1289a421be618d9d7b164840f5ed16abb50b Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Sun, 24 Dec 2023 20:50:46 +0100 Subject: [PATCH] nvim: Show some whitespace --- tree/.config/nvim/lua/opts.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/tree/.config/nvim/lua/opts.lua b/tree/.config/nvim/lua/opts.lua index cd2e9e4..51c1246 100644 --- a/tree/.config/nvim/lua/opts.lua +++ b/tree/.config/nvim/lua/opts.lua @@ -29,6 +29,7 @@ opt.hlsearch = false -- bool: Highlight search matches opt.shiftwidth = 4 -- num: Size of an indent opt.softtabstop = 4 -- num: Number of spaces tabs count for in insert mode opt.tabstop = 4 -- num: Number of spaces tabs count for +opt.list = true -- show some whitespace -- [[ Splits ]] opt.splitright = true -- bool: Place new window to right of current one