mirror of https://github.com/LazyVim/starter
10 lines
114 B
Lua
10 lines
114 B
Lua
|
return {
|
||
|
{
|
||
|
"kawre/leetcode.nvim",
|
||
|
cmd = "Leet",
|
||
|
opts = {
|
||
|
non_standalone = true,
|
||
|
},
|
||
|
},
|
||
|
}
|