mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
add: darcula custom jsonc hilight @variable
This commit is contained in:
parent
4f3feb5c38
commit
a72df67e8f
4 changed files with 18 additions and 16 deletions
|
@ -26,14 +26,14 @@ if pcode.active_javascript_config.active then
|
|||
opts.formatters_by_ft.javascript = { package }
|
||||
end,
|
||||
},
|
||||
{
|
||||
"mfussenegger/nvim-lint",
|
||||
opts = function(_, opts)
|
||||
opts.linters_by_ft = opts.linters_by_ft or {}
|
||||
require("user.utils.masoncfg").try_install("eslint_d")
|
||||
opts.linters_by_ft.javascript = { "eslint_d" }
|
||||
end,
|
||||
},
|
||||
-- {
|
||||
-- "mfussenegger/nvim-lint",
|
||||
-- opts = function(_, opts)
|
||||
-- opts.linters_by_ft = opts.linters_by_ft or {}
|
||||
-- require("user.utils.masoncfg").try_install("eslint_d")
|
||||
-- opts.linters_by_ft.javascript = { "eslint_d" }
|
||||
-- end,
|
||||
-- },
|
||||
{
|
||||
"nvim-neotest/neotest",
|
||||
dependencies = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue