manateelazycat / lsp-bridge

A blazingly fast LSP client for Emacs
GNU General Public License v3.0
1.35k stars 197 forks source link

sql language server #840

Open Yousuf28 opened 5 months ago

Yousuf28 commented 5 months ago

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 commented 5 months ago

https://github.com/manateelazycat/lsp-bridge#add-support-for-new-language