boom
This commit is contained in:
@@ -1,5 +1,19 @@
|
||||
vim.opt.list = true
|
||||
-- vim.opt.listchars:append "space:⋅"
|
||||
-- vim.opt.list = true
|
||||
vim.opt.listchars:append "space:⋅"
|
||||
vim.opt.listchars:append "eol:↴"
|
||||
|
||||
-- local highlight = {
|
||||
-- "CursorColumn",
|
||||
-- "Whitespace",
|
||||
-- }
|
||||
-- require("ibl").setup {
|
||||
-- indent = { highlight = highlight, char = "" },
|
||||
-- whitespace = {
|
||||
-- highlight = highlight,
|
||||
-- remove_blankline_trail = false,
|
||||
-- },
|
||||
-- scope = { enabled = false },
|
||||
-- }
|
||||
--
|
||||
|
||||
require("ibl").setup()
|
||||
|
||||
Reference in New Issue
Block a user