nixvim
nixvim copied to clipboard
Configure Neovim with Nix! [maintainer=@GaetanLepage, @traxys, @mattsturgeon, @khaneliman]
| Field | Description | |--------------|-------------| | Plugin | `alpha.nvim` | - [X] I have read the [FAQ](https://nix-community.github.io/nixvim/user-guide/faq.html) and my bug is not listed there. ## Description Nixvim is throwing...
| Field | Description | |----------|-------------| | Plugin | `package-info.nvim` | | Homepage | https://github.com/vuki656/package-info.nvim | | Nixpkgs | `vimPlugins.package-info-nvim` | ## Extra Information From plugin's [README](https://github.com/vuki656/package-info.nvim?tab=readme-ov-file#-features): > - Display...
Fixes #1295 #1299 (kickstart.nixvim is still a WIP though). 
- **lib/options: `mkEnum` quote default if string** - **lib/options: `defaultNullOpts` delegate string rendering** Other than gradually transitioning away from passing in large pre-rendered strings to `mkNullable` (etc), and then subsequently...
Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. ``` Flake lock file updates: • Updated input 'flake-utils': 'github:numtide/flake-utils/4022d587cbbfd70fe950c1e2083a02621806a725' (2023-12-04) → 'github:numtide/flake-utils/b1d9ab70662946ef0850d488da1c9019f3a9752a' (2024-03-11) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/32f63574c85fbc80e4ba1fbb932cde9619bad25e' (2023-12-31) → 'github:NixOS/nixpkgs/9d29cd266cebf80234c98dd0b87256b6be0af44e' (2024-05-25)...
Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. ``` Flake lock file updates: • Updated input 'home-manager': 'github:nix-community/home-manager/850cb322046ef1a268449cf1ceda5fd24d930b05' (2024-05-23) → 'github:nix-community/home-manager/29c69d9a466e41d46fd3a7a9d0591ef9c113c2ae' (2024-05-30) • Updated input 'nix-darwin': 'github:lnl7/nix-darwin/0bea8222f6e83247dd13b055d83e64bce02ee532' (2024-05-24) → 'github:lnl7/nix-darwin/c0d5b8c54d6828516c97f6be9f2d00c63a363df4' (2024-05-29)...
| Field | Description | |----------|-------------| | Plugin | Compiler.nvim | | Homepage | https://github.com/Zeioth/compiler.nvim | | Nixpkgs | false | ## Extra Information This plugin depends on [overseer.nvim](https://github.com/stevearc/overseer.nvim), which...
Add support for [edgy.nvim](https://github.com/folke/edgy.nvim). Fixes #1568
Switch [nvimdev/dashboard-nvim](https://github.com/nvimdev/dashboard-nvim/blob/master/README.md) to use `mkNeovimPlugin` and update how it is configured from the old `dashboard.` to the current `setup(config)` style, fixing #1432 Added a few test-cases based on examples in...
added plugin options for [lsp-status.nvim](https://github.com/nvim-lua/lsp-status.nvim)