nixvim
nixvim copied to clipboard
Configure Neovim with Nix! [maintainer=@GaetanLepage, @traxys, @mattsturgeon, @khaneliman]
Hey all, I have been wanting to get luasnip's transformation and variable snippets to work in nixvim for some time now, but unfortunately, due to what I understand to be...
`helpers.deprecation.mkTransitionOptionModule` is similar to `lib.mkRenamedOptionModule`, however it instead warns users that the option was renamed to avoid confusion, and will eventually be transitioned to the new option. The implementation is...
#### lib/types: add `nixvimTypes.freeformModule` We often have submodules in `settings` options, most of these should be freeform although many aren't. #### lib/options: add `rawOpts` helpers New helpers for making non-null...
## Description When accessing the docs' index directly (as [/user-guide/install.html](https://nix-community.github.io/nixvim/user-guide/install.html)), relative links no longer work correctly (i.e. the links to [Home Manager Usage](https://nix-community.github.io/nixvim/modules/hm.html#home-manager-usage) and [Standalone Usage](https://nix-community.github.io/nixvim/modules/standalone.html#standalone-usage)). ## Minimal, Reproducible Example...
## Description - Options with the type `listOf (maybeRaw submodule)` or `attrsOf (maybeRaw submodule)` do not generate documentation for the submodule's options. - `maybeRaw (listOf submodule)` and `maybeRaw (attrsOf submodule)`...
https://github.com/nix-community/nixvim/pull/1353 added a `vimdiffAlias` support to the home-manager wrapper for nixvim, but it'd be nice to have support in all wrappers. Better yet, we could have support upstream in nixpkgs,...
I tried to add a little bit of documentation regarding the `mkPlugin` functions.
Hi there, this is my first contribution to a Nix related project (besides some flake configs). I try to add this plugin: https://github.com/Saghen/blink.cmp which wants to be an alternative to...
I added the plugin. It was already packed at nixpkgs and up-to-date on unstable
| Field | Description | |--------------|-------------| | Plugin | `NixVim` | | Nixpkgs | `24.05` | | Home Manager | `24.05` | - [X] I have read the [FAQ](https://nix-community.github.io/nixvim/user-guide/faq.html) and...