nix-community / nixvim

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

[PLUGIN REQUEST] Compiler.nvim #1527

Open PowerUser64 opened 1 month ago

PowerUser64 commented 1 month ago
Field Description
Plugin Compiler.nvim
Homepage https://github.com/Zeioth/compiler.nvim
Nixpkgs false

Extra Information

This plugin depends on overseer.nvim, which is in nixpkgs but not in nixvim (#1528).

sachinchaudhary1808 commented 1 month ago

this is a good one i think i wanted this but it was not in nixpkgs so someone has to add compiler.nvim as nix pkgs ?

PowerUser64 commented 1 month ago

I asked @GaetanLepage how to add vim plugins to nixpkgs and apparently it's not that hard, but when I followed these steps (linked later) to try submitting a PR, I didn't get the same result as what was in some of the PR's I was seeing. Maybe if you try you'll get different results? The comment with how to do it is here: https://github.com/nix-community/nixvim/issues/1338#issuecomment-2025118208

GaetanLepage commented 1 month ago

I asked @GaetanLepage how to add vim plugins to nixpkgs and apparently it's not that hard, but when I followed these steps (linked later) to try submitting a PR, I didn't get the same result as what was in some of the PR's I was seeing. Maybe if you try you'll get different results? The comment with how to do it is here: #1338 (comment)

What method have you tried ? Running the script or manually appending the relevant snippet to generated.nix ?

PowerUser64 commented 1 month ago

https://github.com/NixOS/nixpkgs/pull/312410 a PR has been made :white_check_mark:

sachinchaudhary1808 commented 1 month ago

when we are getting this plugin ready ha ?