mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
9 lines
299 B
Lua
9 lines
299 B
Lua
|
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(),
|
||
|
}
|