mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
9 lines
114 B
Lua
9 lines
114 B
Lua
return {
|
|
{
|
|
"kawre/leetcode.nvim",
|
|
cmd = "Leet",
|
|
opts = {
|
|
non_standalone = true,
|
|
},
|
|
},
|
|
}
|