starter/lua/plugins/codelearn.lua
2024-05-25 22:27:46 +07:00

9 lines
101 B
Lua

return {
{
"kawre/leetcode.nvim",
cmd = "Leet",
opts = {
non_standalone = true,
},
},
}