🐛 fix(devdocs): missed the opts for all the devdocs entries...
This commit is contained in:
parent
1be18a1d07
commit
77b2258b54
23 changed files with 96 additions and 50 deletions
|
@ -33,8 +33,10 @@ return {
|
|||
{
|
||||
"luckasRanarison/nvim-devdocs",
|
||||
optional = true,
|
||||
ensure_installed = {
|
||||
"prettier",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"prettier",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -38,8 +38,10 @@ return {
|
|||
{
|
||||
"luckasRanarison/nvim-devdocs",
|
||||
optional = true,
|
||||
ensure_installed = {
|
||||
"ansible",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"ansible",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -45,8 +45,10 @@ return {
|
|||
{
|
||||
"luckasRanarison/nvim-devdocs",
|
||||
optional = true,
|
||||
ensure_installed = {
|
||||
"bash",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"bash",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -3,8 +3,10 @@ return {
|
|||
{
|
||||
"luckasRanarison/nvim-devdocs",
|
||||
optional = true,
|
||||
ensure_installed = {
|
||||
"docker",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"docker",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -16,8 +16,10 @@ return {
|
|||
{
|
||||
"luckasRanarison/nvim-devdocs",
|
||||
optional = true,
|
||||
ensure_installed = {
|
||||
"git",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"git",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -45,8 +45,10 @@ return {
|
|||
{
|
||||
"luckasRanarison/nvim-devdocs",
|
||||
optional = true,
|
||||
ensure_installed = {
|
||||
"go",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"go",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -3,8 +3,10 @@ return {
|
|||
{
|
||||
"luckasRanarison/nvim-devdocs",
|
||||
optional = true,
|
||||
ensure_installed = {
|
||||
"haskell-9",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"haskell-9",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -34,8 +34,10 @@ return {
|
|||
{
|
||||
"luckasRanarison/nvim-devdocs",
|
||||
optional = true,
|
||||
ensure_installed = {
|
||||
"julia",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"julia",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -31,8 +31,10 @@ return {
|
|||
{
|
||||
"luckasRanarison/nvim-devdocs",
|
||||
optional = true,
|
||||
ensure_installed = {
|
||||
"markdown",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"markdown",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -42,8 +42,10 @@ return {
|
|||
{
|
||||
"luckasRanarison/nvim-devdocs",
|
||||
optional = true,
|
||||
ensure_installed = {
|
||||
"nix",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"nix",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -95,8 +95,10 @@ return {
|
|||
{
|
||||
"luckasRanarison/nvim-devdocs",
|
||||
optional = true,
|
||||
ensure_installed = {
|
||||
"python-3.11",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"python-3.11",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -46,8 +46,10 @@ return {
|
|||
{
|
||||
"luckasRanarison/nvim-devdocs",
|
||||
optional = true,
|
||||
ensure_installed = {
|
||||
"rust",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"rust",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -134,9 +134,11 @@ return {
|
|||
{
|
||||
"luckasRanarison/nvim-devdocs",
|
||||
optional = true,
|
||||
ensure_installed = {
|
||||
"sqlite",
|
||||
"postgresql-16",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"sqlite",
|
||||
"postgresql-16",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -27,8 +27,10 @@ return {
|
|||
{
|
||||
"luckasRanarison/nvim-devdocs",
|
||||
optional = true,
|
||||
ensure_installed = {
|
||||
"angular",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"angular",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -25,8 +25,10 @@ return {
|
|||
{
|
||||
"luckasRanarison/nvim-devdocs",
|
||||
optional = true,
|
||||
ensure_installed = {
|
||||
"astro",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"astro",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -89,10 +89,12 @@ return {
|
|||
{
|
||||
"luckasRanarison/nvim-devdocs",
|
||||
optional = true,
|
||||
ensure_installed = {
|
||||
"html",
|
||||
"css",
|
||||
"sass",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"html",
|
||||
"css",
|
||||
"sass",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -78,8 +78,10 @@ return {
|
|||
{
|
||||
"luckasRanarison/nvim-devdocs",
|
||||
optional = true,
|
||||
ensure_installed = {
|
||||
"php",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"php",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -25,8 +25,10 @@ return {
|
|||
{
|
||||
"luckasRanarison/nvim-devdocs",
|
||||
optional = true,
|
||||
ensure_installed = {
|
||||
"svelte",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"svelte",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -11,8 +11,10 @@ return {
|
|||
{
|
||||
"luckasRanarison/nvim-devdocs",
|
||||
optional = true,
|
||||
ensure_installed = {
|
||||
"tailwindcss",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"tailwindcss",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -214,9 +214,11 @@ return {
|
|||
{
|
||||
"luckasRanarison/nvim-devdocs",
|
||||
optional = true,
|
||||
ensure_installed = {
|
||||
"react",
|
||||
"typescript",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"react",
|
||||
"typescript",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -28,8 +28,10 @@ return {
|
|||
{
|
||||
"luckasRanarison/nvim-devdocs",
|
||||
optional = true,
|
||||
ensure_installed = {
|
||||
"vue-3",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"vue-2",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -44,8 +44,10 @@ return {
|
|||
{
|
||||
"luckasRanarison/nvim-devdocs",
|
||||
optional = true,
|
||||
ensure_installed = {
|
||||
"vue-3",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"vue-3",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -3,8 +3,10 @@ return {
|
|||
{
|
||||
"luckasRanarison/nvim-devdocs",
|
||||
optional = true,
|
||||
ensure_installed = {
|
||||
"eslint",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"eslint",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue