mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-16 15:30:50 +00:00
Compare commits
No commits in common. "e0715c4e78478a767a8ccfc49bb7434de2c6a7dc" and "d105f699219954d973a9f56c60b1be120b67fde4" have entirely different histories.
e0715c4e78
...
d105f69921
4 changed files with 0 additions and 34 deletions
|
|
@ -272,7 +272,3 @@
|
||||||
[Butzist](https://github.com/butzist):
|
[Butzist](https://github.com/butzist):
|
||||||
|
|
||||||
- Add Helm chart support under `vim.languages.helm`.
|
- Add Helm chart support under `vim.languages.helm`.
|
||||||
|
|
||||||
[rice-cracker-dev](https://github.com/rice-cracker-dev):
|
|
||||||
|
|
||||||
- `eslint_d` now checks for configuration files to load.
|
|
||||||
|
|
|
||||||
|
|
@ -72,16 +72,6 @@
|
||||||
ls_sources,
|
ls_sources,
|
||||||
null_ls.builtins.diagnostics.eslint_d.with({
|
null_ls.builtins.diagnostics.eslint_d.with({
|
||||||
command = "${getExe pkg}",
|
command = "${getExe pkg}",
|
||||||
condition = function(utils)
|
|
||||||
return utils.root_has_file({
|
|
||||||
"eslint.config.js",
|
|
||||||
"eslint.config.mjs",
|
|
||||||
".eslintrc",
|
|
||||||
".eslintrc.json",
|
|
||||||
".eslintrc.js",
|
|
||||||
".eslintrc.yml",
|
|
||||||
})
|
|
||||||
end,
|
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
|
|
@ -72,16 +72,6 @@
|
||||||
ls_sources,
|
ls_sources,
|
||||||
null_ls.builtins.diagnostics.eslint_d.with({
|
null_ls.builtins.diagnostics.eslint_d.with({
|
||||||
command = "${getExe pkg}",
|
command = "${getExe pkg}",
|
||||||
condition = function(utils)
|
|
||||||
return utils.root_has_file({
|
|
||||||
"eslint.config.js",
|
|
||||||
"eslint.config.mjs",
|
|
||||||
".eslintrc",
|
|
||||||
".eslintrc.json",
|
|
||||||
".eslintrc.js",
|
|
||||||
".eslintrc.yml",
|
|
||||||
})
|
|
||||||
end,
|
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
|
|
@ -123,16 +123,6 @@
|
||||||
ls_sources,
|
ls_sources,
|
||||||
null_ls.builtins.diagnostics.eslint_d.with({
|
null_ls.builtins.diagnostics.eslint_d.with({
|
||||||
command = "${getExe pkg}",
|
command = "${getExe pkg}",
|
||||||
condition = function(utils)
|
|
||||||
return utils.root_has_file({
|
|
||||||
"eslint.config.js",
|
|
||||||
"eslint.config.mjs",
|
|
||||||
".eslintrc",
|
|
||||||
".eslintrc.json",
|
|
||||||
".eslintrc.js",
|
|
||||||
".eslintrc.yml",
|
|
||||||
})
|
|
||||||
end,
|
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue