add: lsp blade dan linter blade

This commit is contained in:
asep.komarudin 2024-06-25 11:41:17 +07:00
parent fbc8a53840
commit 4bd718cab7
5 changed files with 37 additions and 1 deletions

View file

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