Update and clean config

This commit is contained in:
Alessandro
2024-10-11 12:04:59 +02:00
parent 72d4f759b7
commit b4b679a7e5
6 changed files with 30 additions and 43 deletions

View File

@@ -105,10 +105,10 @@ M.nvdash = {
load_on_startup = true,
buttons = {
{ txt = "  Projects", keys = "Spc f p", cmd = "Telescope projects" },
{ txt = " Find File", keys = "Spc f f", cmd = "Telescope find_files" },
{ 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 = "  Find File", keys = "Spc f f", cmd = "Telescope find_files" },
{ 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 },
{