mirror of https://github.com/LazyVim/starter
23 lines
338 B
Lua
23 lines
338 B
Lua
|
return {
|
||
|
{
|
||
|
"jbyuki/instant.nvim",
|
||
|
lazy = true,
|
||
|
cmd = {
|
||
|
"InstantStartServer",
|
||
|
"InstantStopServer",
|
||
|
},
|
||
|
},
|
||
|
{
|
||
|
"mistricky/codesnap.nvim",
|
||
|
lazy = true,
|
||
|
build = "make",
|
||
|
cmd = {
|
||
|
"CodeSnap",
|
||
|
"CodeSnapSave",
|
||
|
},
|
||
|
opts = {
|
||
|
save_path = "~/Pictures/ScreenShot/",
|
||
|
},
|
||
|
},
|
||
|
}
|