feat(lua): add luapad plugin

This commit is contained in:
Michel 2023-10-16 19:47:51 +02:00
parent 70d059ebd9
commit fe8cf560c2
2 changed files with 8 additions and 0 deletions

View File

@ -34,6 +34,7 @@
"nvim-cmp": { "branch": "main", "commit": "5dce1b778b85c717f6614e3f4da45e9f19f54435" },
"nvim-lint": { "branch": "master", "commit": "6d596b87862909370f4d1e6535cc9fad80c89fe6" },
"nvim-lspconfig": { "branch": "master", "commit": "e49b1e90c1781ce372013de3fa93a91ea29fc34a" },
"nvim-luapad": { "branch": "master", "commit": "a5b3d6aa1fe5fe75e6124927392a9d3a60a0ecce" },
"nvim-notify": { "branch": "master", "commit": "e4a2022f4fec2d5ebc79afa612f96d8b11c627b3" },
"nvim-spectre": { "branch": "master", "commit": "696cff781a4a7ecc91549736835e2acbd00fe859" },
"nvim-treesitter": { "branch": "master", "commit": "49e71322db582147ce8f4df1853d9dab08da0826" },

7
lua/plugins/lua.lua Normal file
View File

@ -0,0 +1,7 @@
return {
{
"rafcamlet/nvim-luapad",
cmd = { "Luapad" },
config = true,
},
}