supabase-community/postgres_lsp

config fails on neovim

Opened this issue · 0 comments

Bug report

  • I confirm this is a bug with Supabase, not with my own application.
  • 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.