nix-community / nixvim

Configure Neovim with Nix! [maintainer=@GaetanLepage, @traxys, @mattsturgeon, @khaneliman]
https://nix-community.github.io/nixvim
MIT License
1.59k stars 249 forks source link

[PLUGIN REQUEST] crates.nvim #1149

Open alisonjenkins opened 6 months ago

alisonjenkins commented 6 months ago
Field Description
Plugin crates.nvim
Homepage https://github.com/Saecki/crates.nvim
Nixpkgs vimPlugins.crates-nvim

Extra Information

The plugin has been partially added already but only as a completion source for cmp. It is currently lacking the overlays that show the current versions of the crates when editing a Cargo.toml as you can see in the video on the repo page: https://github.com/Saecki/crates.nvim

siph commented 6 months ago

The overlays are working for me: Screenshot_20240222_103957

alisonjenkins commented 6 months ago

The overlays are working for me: Screenshot_20240222_103957

@siph Can you verify you don't have plugins being loaded from an old ~/.config/nvim or ~/.local/share/nvim folder? Those are likely polluting your Nixvim install.