add mograte from dev

This commit is contained in:
asep.komarudin 2024-06-29 08:56:13 +07:00
parent f5f74f80e0
commit d2749f48eb
12 changed files with 440 additions and 120 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,
}