feat: whitespace/indent markers
This commit is contained in:
@@ -37,6 +37,8 @@ vim.opt.cursorline = false
|
|||||||
vim.opt.ruler = false
|
vim.opt.ruler = false
|
||||||
vim.opt.winborder = 'rounded'
|
vim.opt.winborder = 'rounded'
|
||||||
vim.opt.guicursor = 'n-v-i-c:block'
|
vim.opt.guicursor = 'n-v-i-c:block'
|
||||||
|
vim.opt.list = true
|
||||||
|
vim.opt.listchars = { leadmultispace = '│ ', tab = '→ ', trail = '·' }
|
||||||
|
|
||||||
vim.opt.laststatus = 3
|
vim.opt.laststatus = 3
|
||||||
vim.opt.statusline = '── %f %h%w%m%r %= [%l,%c-%L] ──'
|
vim.opt.statusline = '── %f %h%w%m%r %= [%l,%c-%L] ──'
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ function M.load_theme()
|
|||||||
highlights = function(c, tool)
|
highlights = function(c, tool)
|
||||||
c.bg_float = tool(152)
|
c.bg_float = tool(152)
|
||||||
return {
|
return {
|
||||||
|
Whitespace = { fg = c.outline_light },
|
||||||
ModeMsg = { fg = c.yellow, bg = c.none, bold = true },
|
ModeMsg = { fg = c.yellow, bg = c.none, bold = true },
|
||||||
WinSeparator = { fg = c.outline, bg = c.base },
|
WinSeparator = { fg = c.outline, bg = c.base },
|
||||||
StatusLine = { fg = c.outline, bg = c.base, bold = false },
|
StatusLine = { fg = c.outline, bg = c.base, bold = false },
|
||||||
|
|||||||
Reference in New Issue
Block a user