add: cocnform ignore patern and nvimlint ignore patern

This commit is contained in:
asep.komarudin 2024-06-26 17:15:35 +07:00
parent 77ec605527
commit 5fe2180144
6 changed files with 25 additions and 7 deletions

View file

@ -1,4 +1,5 @@
return {
filetypes = { "blade" },
root_dir = require("lspconfig.util").root_pattern("composer.json", ".git") or vim.loop.cwd() or vim.fn.getcwd(),
singe_file_support = true,
}