bump versions and fix notify clear

This commit is contained in:
2025-02-19 18:27:42 -08:00
parent 611be5f360
commit f4e0406181
2 changed files with 5 additions and 5 deletions

View File

@@ -333,7 +333,7 @@ local telescope_mappings = {
-- {{{ File Explorer Mappings (i guess)
local file_explorer_mappings = {
{ mode = "n", key = "<leader>nt", cmd = ":NvimTreeToggle<CR>" },
{ mode = "n", key = "<leader>nc", cmd = ":lua vim.notify.dismiss()<CR>" },
{ mode = "n", key = "<leader>nc", cmd = ":lua require('notify').dismiss()<CR>" },
{ mode = "n", key = "<leader>D", cmd = ":Dotenv .env<CR>", group = "Dotenv" },
}
-- }}}