init
This commit is contained in:
12
nvim/lua/plugins/extras/linting/eslint-extended.lua
Normal file
12
nvim/lua/plugins/extras/linting/eslint-extended.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
return {
|
||||
{ import = "lazyvim.plugins.extras.linting.eslint" },
|
||||
{
|
||||
"luckasRanarison/nvim-devdocs",
|
||||
optional = true,
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"eslint",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user