fix(ui): statusline padding and cmdline height

This commit is contained in:
2025-06-14 19:09:14 +02:00
parent f66e518acc
commit 35b7a62a1e
2 changed files with 2 additions and 6 deletions

View File

@@ -11,14 +11,10 @@ return {
highlighturl = true, highlighturl = true,
notifications = true, notifications = true,
}, },
diagnostics = {
virtual_text = true,
underline = true,
},
options = { options = {
opt = { opt = {
clipboard = "", clipboard = "",
cmdheight = 1, cmdheight = 0,
diffopt = { diffopt = {
-- default -- default
"internal", "internal",

View File

@@ -39,7 +39,7 @@ return {
comp.treesitter({ padding = { right = 1 } }), -- Extra space to separate from next component comp.treesitter({ padding = { right = 1 } }), -- Extra space to separate from next component
comp.git_diff(), comp.git_diff(),
comp.git_branch(), comp.git_branch(),
comp.nav({ scrollbar = false }), comp.nav({ scrollbar = false, padding = { right = 1 } }),
} }
local get_file_path = status.provider.filename({ local get_file_path = status.provider.filename({