Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql language server #840

Open
Yousuf28 opened this issue Jan 26, 2024 · 1 comment
Open

sql language server #840

Yousuf28 opened this issue Jan 26, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@Yousuf28
Copy link

Yousuf28 commented Jan 26, 2024

Thanks for the package. I set up for python and really fast. I am using doomemacs. I tried elpy, elgot, anaconda-mode for python autocomplete. All were slow for some reason. but lsp-bridge is really fast even in windows.
I was trying to set sql language server. So This what I tried so far.
I installed https://github.com/joe-re/sql-language-server and created sql-language-server.json file in lsp-bridge/langserver directory.


{
  "name": "sql-language-server",
  "languageId": "sql",
  "command": [
    "sql-language-server",
    "start"
  ],
  "settings": {}
}

I am not very familiar with language server. This is not working. How Can I setup sql language server so I can get autocomplete? I only need autocomplete for sqlite3.

Thanks

@manateelazycat
Copy link
Owner

@manateelazycat manateelazycat added the help wanted Extra attention is needed label Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants