feat: simple styling + mini-help

This commit is contained in:
2025-09-19 07:35:27 +02:00
parent 6e28162030
commit 85b5984a83
4 changed files with 51 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ require("config")
-- ╭─────────╮
-- │ Generic │
-- ╰─────────╯
vim.cmd("set rnu")
vim.cmd("set nu rnu")
vim.cmd("set textwidth=0")
vim.cmd("set wrapmargin=0")
vim.cmd("set linebreak")
@@ -37,7 +37,7 @@ vim.cmd("set clipboard=unnamedplus")
-- ╰───────╯
vim.opt.fillchars = {
horiz = "",
vert = "·",
vert = " ",
stl = " ",
eob = " ",
}