mirror of
https://github.com/tomru/vim.git
synced 2026-03-03 14:37:20 +01:00
use jsonlint for json in nullls
This commit is contained in:
@@ -39,11 +39,13 @@ return {
|
||||
-- Anything not supported by mason.
|
||||
-- lua
|
||||
formatting.stylua,
|
||||
--json
|
||||
diagnostics.jsonlint,
|
||||
-- eslint
|
||||
diagnostics.eslint_d.with {
|
||||
cwd = h.cache.by_bufnr(eslint_d_cwd),
|
||||
-- not sure how to scope this only to bcr's locales
|
||||
extra_filetypes = { 'json' },
|
||||
-- extra_filetypes = { 'json' },
|
||||
},
|
||||
formatting.eslint_d.with {
|
||||
cwd = h.cache.by_bufnr(eslint_d_cwd),
|
||||
|
||||
Reference in New Issue
Block a user