nvim: Show some whitespace

This commit is contained in:
2023-12-24 20:50:46 +01:00
parent cd2e4cc650
commit a77c1289a4

View File

@ -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