fix(ui): statusline padding and cmdline height
This commit is contained in:
@@ -11,14 +11,10 @@ return {
|
||||
highlighturl = true,
|
||||
notifications = true,
|
||||
},
|
||||
diagnostics = {
|
||||
virtual_text = true,
|
||||
underline = true,
|
||||
},
|
||||
options = {
|
||||
opt = {
|
||||
clipboard = "",
|
||||
cmdheight = 1,
|
||||
cmdheight = 0,
|
||||
diffopt = {
|
||||
-- default
|
||||
"internal",
|
||||
|
||||
@@ -39,7 +39,7 @@ return {
|
||||
comp.treesitter({ padding = { right = 1 } }), -- Extra space to separate from next component
|
||||
comp.git_diff(),
|
||||
comp.git_branch(),
|
||||
comp.nav({ scrollbar = false }),
|
||||
comp.nav({ scrollbar = false, padding = { right = 1 } }),
|
||||
}
|
||||
|
||||
local get_file_path = status.provider.filename({
|
||||
|
||||
Reference in New Issue
Block a user