mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 17:28:50 +02:00
add: ignore ast-grep fro lua file
This commit is contained in:
parent
fbd69d94ec
commit
9662230b4a
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue