Open joe-re opened 4 years ago
Can we have a full example in
(b) "sql": { "command": "sql-language-server", "args" : ["up", "--method", "stdio"], "filetypes": ["sql", "mysql"] "connections": [ { "name": "sqlite3", "adapter": "sqlite3", "filename": "/tmp/test.sqlite3", "projectPaths": ["/tmp"], "rules": { "reserved-word-case": ["error", "lower"], "linebreak-after-clause-keyword": "off" } } ] }
Besides, connections not working too.
@love4myxsg Hi, thank you for your report. Unfortunately, we haven't dealt with coc.nvim yet. We'll have plans to deal with it. Thanks.
Probably tree-sitter can be an option? https://github.com/tree-sitter/tree-sitter