add plugins

This commit is contained in:
Vinit Neogi 2023-10-08 23:55:49 +05:30
parent cc75c445f7
commit 47048db3b1
11 changed files with 300 additions and 45 deletions

View file

@ -0,0 +1,8 @@
return {
"sudormrfbin/cheatsheet.nvim",
dependencies = {
{ "nvim-telescope/telescope.nvim" },
{ "nvim-lua/popup.nvim" },
{ "nvim-lua/plenary.nvim" },
},
}