neovim + lspconfig + sqlls in pgcli invocation #200
chocobn69
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using ctrl + x + e in pgcli, you can open and edit your query with your favorite editor. I'm using neovim so I wanted to be able to use LSP.
The tricky part :
To get sql-language-server working, you need to specify
"/tmp"
in your"projectPaths"
I hope it can help someone ...
Beta Was this translation helpful? Give feedback.
All reactions