starter/lua/plugins/codelearn.lua
2024-05-21 11:19:39 +07:00

9 lines
114 B
Lua

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