nixvim
nixvim copied to clipboard
Configure Neovim with Nix! [maintainer=@GaetanLepage, @traxys, @mattsturgeon, @khaneliman]
This represents a major rearchitecture for nixvim, so I'm leaving this up to track the progress for now, and to serve as a reference for any breaking changes during transition....
Related to #35
I'm currently using nix-colors for managing my color schemes, and I have been trying to use the [vim colorscheme function](https://github.com/Misterio77/nix-colors/blob/main/lib/contrib/default.nix#L38-L45) that nix-colors provides in order to use it. However, whenever...
Hi y'all. I'm not super experienced with Nix, so this may just be something that I don't quite understand, but I could not use this because I was getting errors...
Some modules does not provide all options or when they are updated they need to be maintained to provide those options. This can be quite annoying in some instances and...
It would be nice if null-ls could support `on_attach` to allow configuration like https://github.com/jose-elias-alvarez/null-ls.nvim/wiki/Formatting-on-save
I would like to use nixvim in a prototype runnable flake "env" project https://github.com/aquiferma/noter (see discussion [^0]). For this, I need a `myNeoVim` package with config/customizations baked in. There is...
Ideally, treesitter grammars should be installed through Nix, but even with the experimental `nixGrammars` setting, this isn't happening and for some reason it's downloading and managing the grammars by itself....
Neovim 0.7 has just come out, and there are a few features which would be a great fit for nixvim: - [ ] support for autocomands - now with a...
My original goal was to try and fix the cmp issue in #52, but it did not help. This pull request adds a helper function that will wrap a string...