add: ignore ast-grep fro lua file

This commit is contained in:
asep.komarudin 2024-06-29 15:41:07 +07:00
parent fbd69d94ec
commit 9662230b4a
2 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,5 @@
local M = {}
local disable = pcode.disable_null_ls or false
local disable = pcode.disable_null_ls or false
if require("user.utils.cfgstatus").cheack() then
disable = true
end
@ -44,6 +44,7 @@ if disable then
-- add ignore filetype
local ignore = {
["php"] = "tlint",
["lua"] = "ast-grep",
}
for _, pkg in pairs(mason_reg.get_installed_packages()) do