12 lines
198 B
Lua
12 lines
198 B
Lua
return {
|
|
{ import = "lazyvim.plugins.extras.lang.git" },
|
|
{
|
|
"luckasRanarison/nvim-devdocs",
|
|
optional = true,
|
|
opts = {
|
|
ensure_installed = {
|
|
"git",
|
|
},
|
|
},
|
|
},
|
|
}
|