nyoom-engineering / nyoom.nvim

A Neovim framework and doom emacs alternative for the stubborn martian hacker. Powered by fennel and the oxocarbon theme
MIT License
1.39k stars 82 forks source link

Fix clangd lspconfig #121

Closed diegofariasm closed 1 year ago

diegofariasm commented 1 year ago

This should fix the error: "config for clangd language server not found"

Not sure if when done like that clangd will use clangd_extensions.nvim, but that was the only way in which i could get it to work.

Maybe there's a better way?

shaunsingh commented 1 year ago

Yeah this probably overrides clangd_extensions, but thats fine for now, I'd rather have it working than not at all

The only useful part I find in clangd_extensions/rust-tools is the inlay hints, so thats fine.