postgres-language-server icon indicating copy to clipboard operation
postgres-language-server copied to clipboard

config fails on neovim

Open MattpaulKing opened this issue 2 years ago • 0 comments

Bug report

  • [x] I confirm this is a bug with Supabase, not with my own application.
  • [x] I confirm I have searched the Docs, GitHub Discussions, and Discord.

Describe the bug

A clear and concise description of what the bug is.

Building from source and using documentation's config in neovimv0.9.5

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. Build the lsp from source.
  2. Create a file for the config and source it

Expected behavior

The lsp to run

Screenshots

N/A

System information

  • OS: Ubuntu 22.04

Additional context

Was having issues building because cargo couldn't find libclang, so I install libclang 14 and it allowed me to build.

MattpaulKing avatar Feb 10 '24 17:02 MattpaulKing