feat: add copilot and which key

This commit is contained in:
Stevan Freeborn
2025-01-18 11:01:12 -06:00
parent 075e78c9ce
commit 50898dcd2f
4 changed files with 144 additions and 114 deletions
+7
View File
@@ -0,0 +1,7 @@
return {
"folke/which-key.nvim",
dependencies = { "echasnovski/mini.icons" },
config = function()
require("which-key").setup()
end
}