nvim: Show some whitespace
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user