add plugins
This commit is contained in:
parent
cc75c445f7
commit
47048db3b1
11 changed files with 300 additions and 45 deletions
8
lua/custom/plugins/cheatsheet.lua
Normal file
8
lua/custom/plugins/cheatsheet.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
"sudormrfbin/cheatsheet.nvim",
|
||||
dependencies = {
|
||||
{ "nvim-telescope/telescope.nvim" },
|
||||
{ "nvim-lua/popup.nvim" },
|
||||
{ "nvim-lua/plenary.nvim" },
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue