nimaipatel
nimaipatel
Were you able to find a solution to this? I'm facing the same issues. I'm also trying to make CCLS work with an ESP IDF project.
For anyone still looking for a solution, try using https://github.com/p00f/clangd_extensions.nvim instead of manually setting up ccls or clangd in lspconfig. It just works somehow and also adds many other useful...
Ah, thank-you. I had set `$RUSTUP_HOME` to `"$XDG_DATE_HOME/rustup"` but aura seems to expect it at the default `"$HOME/.rustup"`. Is there a hack to work around this, currently?
This is an old issue but just in case someone comes here looking for a solution. I'm currently using bucklespring on arch linux with audio handled by pipewire + wireplumber....
Thank-you, I've been looking for a solution for so long for this. I feel like it needs to be more prominent somewhere in the documentation.
Thank-you for the reply. Actually, named functions are working but for some reason I'm not able to bind functions from other plugins. It might be a lazy-loading misconfiguration by me...
This config works perfectly, though: ``` local packer = require 'packer' packer.startup(function(use) use { 'nvim-telescope/telescope.nvim', requires = 'b0o/mapx.nvim', config = function() local telescope = require 'telescope' local builtin = require...
Can you please mention what operating system you are using?