Updated config

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2024-02-29 23:26:13 +01:00
parent a59fdc4cad
commit 6f9bbc1c8d
3 changed files with 12 additions and 6 deletions

View File

@@ -12,11 +12,6 @@ return {
null_ls.setup({
sources = {
formatting.stylua,
diagnostics.eslint_d.with({
condition = function(utils)
return utils.root_has_file({ ".eslintrc.js" })
end,
}),
},
on_attach = function(client, bufnr)