fix(ui): statusline padding and cmdline height
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user