Merge 23e9192357
into 3338d39206
This commit is contained in:
commit
5b98224fdf
2
init.lua
2
init.lua
|
@ -148,7 +148,7 @@ vim.o.splitbelow = true
|
|||
-- Notice listchars is set using `vim.opt` instead of `vim.o`.
|
||||
-- It is very similar to `vim.o` but offers an interface for conveniently interacting with tables.
|
||||
-- See `:help lua-options`
|
||||
-- and `:help lua-options-guide`
|
||||
-- and `:help lua-guide-options`
|
||||
vim.o.list = true
|
||||
vim.opt.listchars = { tab = '» ', trail = '·', nbsp = '␣' }
|
||||
|
||||
|
|
Loading…
Reference in New Issue