AI
AI
EDIT by @savil: we resolved the immediate bug via being able to add `stdenv.cc.cc.lib`. However, the developer-UX here could be improved and this task is now tracking that: - we...
The plugin `rust-analyzer` adds `gcc` to the `$PATH`. If we open a terminal inside neovim, and run `cargo build`/`cargo test` etc, it will fail if the project depends on various...
I use `nixvim.homeManagerModules.nixvim` in my dotfiles `homeManager`-managed repo. I'd like to be able to create a telescope extension and enable it. My idea was to use [mkExtension](https://github.com/nix-community/nixvim/blob/c05fba47c733445098847399b61ddfd81ecbde55/plugins/telescope/extensions/_helpers.nix) (which I didn't...