Olical / dotfiles

Configuration for Linux, i3, Kitty, Fish, Neovim and more
https://oli.me.uk
The Unlicense
508 stars 45 forks source link

LspConfig Out: Cannot access configuration for metadata #14

Closed rafaeldelboni closed 2 years ago

rafaeldelboni commented 2 years ago

Hey hello! As you may know I have a very similar setup as yours and recently I'm getting this annoying warning while evaluating and using conjure autocomplete with fennel nvim config files on conjure's log buffer :

; eval (file): /home/delboni/.dotfiles/config/nvim/fnl/config/plugin/lspconfig.fnl
; (out) [lspconfig] Cannot access configuration for metadata. Ensure this server is listed in `server_configurations.md` or added as a custom server.
; (out) [lspconfig] Cannot access configuration for aniseed/locals. Ensure this server is listed in `server_configurations.md` or added as a custom server.
; (out) [lspconfig] Cannot access configuration for metadata. Ensure this server is listed in `server_configurations.md` or added as a custom server.tree/master/stowed

...

nil

Do you have any idea of what I'm doing wrong?

Ps: Everything is working as intended, it just this warning that keeps showing up when editing my fennel config files.

Olical commented 2 years ago

I can't say I've ever seen this before 😞 it seems like it's mostly an LSP thing, maybe you need to turn off LSP specifically for Fennel?

Olical commented 2 years ago

Is this still an issue for you? I've still never seen it 😬

rafaeldelboni commented 2 years ago

No, I never got this anymore, sorry for letting this open. 🙃

Olical commented 2 years ago

Oh no problem! Just thought I'd check in with issues I'd forgotten about.