add: update patch plugins

This commit is contained in:
asep.komarudin 2024-03-27 07:50:16 +07:00
parent 2727f2850c
commit a3bf20286d
7 changed files with 49 additions and 27 deletions

View file

@ -0,0 +1,8 @@
return {
-- cmd = { "sql-language-server", "up", "--method", "stdio" },
-- filetypes = { "sql", "mysql" },
-- -- add root dir support
-- root_dir = require("lspconfig.util").root_pattern("package.json", "tsconfig.json", "jsconfig.json", ".git")
-- or vim.loop.cwd()
-- or vim.fn.getcwd(),
}