nixvim
nixvim copied to clipboard
Configure Neovim with Nix! [maintainer=@GaetanLepage, @traxys, @mattsturgeon, @khaneliman]
Allow getting `meta.homepage` from the default package to fail gracefully when the nixpkgs channel lock is out-of-sync with ours. This is a draft because we still need to: - [...
| Field | Description | |----------|-------------| | Plugin | `vim-visual-multi` | | Homepage | `https://github.com/mg979/vim-visual-multi/` | | Nixpkgs | `https://github.com/NixOS/nixpkgs/blob/7f114dae532fbba5ae881311097f343ffee740bd/pkgs/applications/editors/vim/plugins/generated.nix#L16752` | ## Extra Information It allows you to select words...
WIP: I assume we'll have to also _fix_ some uncovered errors?
Paths referenced by plugins.luasnip.from{Lua,Snipmate,Vscode}.*.paths are removed by `nix store gc`
### Discussed in https://github.com/nix-community/nixvim/discussions/2162 Originally posted by **cezdro** September 4, 2024 I configured the snippet path using the relative path like in [the example](https://nix-community.github.io/nixvim/plugins/luasnip/fromLua.html#pluginsluasnipfromlua). However, at one point the snippets...
I'd like to achieve two things here: - [x] #1950 - [ ] lazy evaluation of the default The first point should be achieved by providing the helper with a...
| Field | Description | |--------------|-------------| | Plugin | `treesitter` | | Nixpkgs | `unstable` | | Home Manager | `unstable` | - [x] I have read the [FAQ](https://nix-community.github.io/nixvim/user-guide/faq.html) and...
| Field | Description | |--------------|-------------| | Plugin | `ledger` | | Nixpkgs | `24.05` | | Home Manager | `24.05` | - [X] I have read the [FAQ](https://nix-community.github.io/nixvim/user-guide/faq.html) and...
Just to satisfy my curiosity, this is what the repo looks like when running ``` nix run github:nixos/nixfmt -- **/*.nix ``` Note: some of the new formatting uses input-formatting-based heuristics,...
Currently, standalone mode is a function that takes a nixvim module and optionally a nixpkgs instance, then returns a wrapped neovim package. I won't go over all the pitfalls of...
See https://github.com/nix-community/nixvim/discussions/2194#discussioncomment-10584029 for original discussion. We should refactor `transitionType` to allow passing in additional warning text, such as migration instructions. Similar to `mkRemovedOptionModule`, and in contrast to `mkRenamedOptionModule`, there often...