fix(ui): statusline padding and cmdline height
This commit is contained in:
@@ -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