mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-10 04:46:32 +02:00
add: update patch plugins
This commit is contained in:
parent
2727f2850c
commit
a3bf20286d
7 changed files with 49 additions and 27 deletions
8
lua/user/lsp/settings/sqlls.lua
Normal file
8
lua/user/lsp/settings/sqlls.lua
Normal 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(),
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue