feat: mirgated to neovims internal plugin manager
This commit is contained in:
7
.config/nvim/lua/plugins/which-key.lua
Normal file
7
.config/nvim/lua/plugins/which-key.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
vim.pack.add({
|
||||
'https://github.com/folke/which-key.nvim',
|
||||
})
|
||||
|
||||
require("which-key").setup({
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user