style: bufferline and neotree styles

This commit is contained in:
2026-05-04 18:02:56 +02:00
parent b980e786bf
commit 001836a880
4 changed files with 32 additions and 32 deletions

View File

@@ -26,7 +26,7 @@ vim.o.sessionoptions = "blank,buffers,curdir,folds,help,tabpages,winsize,winpos,
-- │ Colorscheme │
-- ╰─────────────╯
vim.cmd("colorscheme komau") -- rose-pine, gruvbox, koda-{dark/light/moss/glade}, komau
vim.o.background = "dark" -- "dark" or "light"
vim.o.background = "dark" -- "dark" or "light"
-- ╭───────────────────╮
-- │ Default clipboard │
@@ -36,12 +36,12 @@ vim.cmd("set clipboard=unnamedplus")
-- ╭───────╮
-- │ Chars │
-- ╰───────╯
vim.opt.fillchars = {
horiz = "",
vert = "", -- │ ▎▍▌▋▊▉█
stl = " ",
eob = " ",
}
-- vim.opt.fillchars = {
-- horiz = "-",
-- vert = "▏", -- │ ▎▍▌▋▊▉█
-- stl = " ",
-- eob = " ",
-- }
vim.opt.listchars = {
tab = "> ",
trail = " ",