Add json LSP / nvimtree open and close when appropiriate

This commit is contained in:
2024-11-14 10:23:54 +01:00
parent ca321fd6a6
commit 7947e0a0d2
5 changed files with 53 additions and 27 deletions

View File

@@ -109,7 +109,7 @@ M.nvdash = {
{ txt = " 󰈚 Recent Files", keys = "Spc f o", cmd = "Telescope oldfiles" },
{ txt = " 󰈭 Find Word", keys = "Spc f w", cmd = "Telescope live_grep" },
{ txt = "  Bookmarks", keys = "Spc m a", cmd = "Telescope marks" },
{ txt = "", hl = "NvDashLazy", no_gap = true, rep = true },
{ txt = "", hl = "NvDashFooter", no_gap = true, rep = true },
{
txt = function()
@@ -117,11 +117,11 @@ M.nvdash = {
local ms = math.floor(stats.startuptime) .. " ms"
return " Loaded " .. stats.loaded .. "/" .. stats.count .. " plugins in " .. ms
end,
hl = "NvDashLazy",
hl = "NvDashFooter",
no_gap = true,
},
{ txt = "", hl = "NvDashLazy", no_gap = true, rep = true },
{ txt = "", hl = "NvDashFooter", no_gap = true, rep = true },
},
}