starter/lua/plugins/codelearn.lua

10 lines
101 B
Lua
Raw Normal View History

2024-05-13 16:08:54 +08:00
return {
2024-05-25 23:27:46 +08:00
{
"kawre/leetcode.nvim",
cmd = "Leet",
opts = {
non_standalone = true,
},
},
2024-05-13 16:08:54 +08:00
}