From 35b7a62a1e52f06d00ad730558e4326f4b3a7347 Mon Sep 17 00:00:00 2001 From: niverton Date: Sat, 14 Jun 2025 19:09:14 +0200 Subject: [PATCH] fix(ui): statusline padding and cmdline height --- lua/plugins/14-options.lua | 6 +----- lua/plugins/40-heirline.lua | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/lua/plugins/14-options.lua b/lua/plugins/14-options.lua index 75c0c3a..3ccea8d 100644 --- a/lua/plugins/14-options.lua +++ b/lua/plugins/14-options.lua @@ -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", diff --git a/lua/plugins/40-heirline.lua b/lua/plugins/40-heirline.lua index 54d8fba..dbe14d0 100644 --- a/lua/plugins/40-heirline.lua +++ b/lua/plugins/40-heirline.lua @@ -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({