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