nixvim
                                
                                 nixvim copied to clipboard
                                
                                    nixvim copied to clipboard
                            
                            
                            
                        Configure Neovim with Nix! [maintainer=@GaetanLepage, @traxys, @mattsturgeon, @khaneliman]
| Field | Description | |--------------|-------------| | Plugin | `leap` | | Nixpkgs | `unstable e8057b6 (June 5)` | | Home Manager | `N/A` | - [X] I have read...
Removed the enum restriction on the `colorscheme` option, allowing anything to be passed through, including raw lua. This fixes #1675 ## Settings Added support for the plugin's "advanced" config settings...
| Field | Description | |--------------|-------------| | Plugin | `chadtree wilder` | | Nixpkgs | `github:nixos/nixpkgs/a71e967ef3694799d0c418c98332f7ff4cc5f6af` | - [x] I have read the [FAQ](https://nix-community.github.io/nixvim/user-guide/faq.html) and my bug is not listed...
| Field | Description | |--------------|-------------| | Plugin | `lazygit` | | Nixpkgs | `unstable` | | Home Manager | `unstable` | - [x] I have read the [FAQ](https://nix-community.github.io/nixvim/user-guide/faq.html) and...
- **plugins/none-ls: switch to mkNeovimPlugin** - **plugins/none-ls: switch sources to rfc42 style** - **plugins/none-ls: refactor withArgs deprecation**
It'd be useful when adding/updating plugin modules to be able to paste some lua code into a script and get out valid nix. Effectively the opposite of `helpers.toLuaObject`. This may...
| Field | Description | |----------|-------------| | Plugin | [firenvim](https://github.com/glacambre/firenvim) | | Nixpkgs | [pkg](https://search.nixos.org/packages?channel=24.05&from=0&size=50&sort=relevance&type=packages&query=firenvim) | ## Extra Information The plugin allows us to run our neovim config in our...
Proposed in #114 Add `:NixVim` command(s) (name TBC) which can shows a page listing enabled options and also documentation. - this would be a pkg built using [`pkgs.vimUtils.buildVimPlugin`](https://nixos.org/manual/nixpkgs/stable/#managing-plugins-with-vim-packages). - opt-out...
## Motivation Many plugins use the following pattern: ```lua pluginName = require('plugin-name') pluginName.setup() ``` Usually this is done because the plugin table itself makes various constants, functions, or other utilities...
| Field | Description | |--------------|-------------| | Plugin | `base16` | | Nixpkgs | `unstable` | | Home Manager | `unstable` | - [x] I have read the [FAQ](https://nix-community.github.io/nixvim/user-guide/faq.html) and...