update keymaps

This commit is contained in:
Saeed Afzal
2023-04-29 17:11:28 +01:00
parent 1d3df81f8f
commit 046c305bb9
5 changed files with 154 additions and 8 deletions

View File

@@ -151,5 +151,12 @@ return {
lazy = true,
dependencies = "mfussenegger/nvim-dap",
config = true
},
{
"folke/which-key.nvim",
config = function()
require("plugins.config.whichkey")
end
}
}