nixvim
nixvim copied to clipboard
Configure Neovim with Nix! [maintainer=@GaetanLepage, @traxys, @mattsturgeon, @khaneliman]
## Overview Historically we have used our own `mkRaw` which produces an attrset that looks like `{ __raw = expr; }`, however nixpkgs has had `mkLuaInline` for a while now...
## Why The biggest issue with types/options that transform the value is that once implemented, we are stuck with it lest we break users configs that rely on the transformation....
In reponse to https://github.com/nix-community/nixvim/pull/2000#discussion_r1712614882 Used `.__raw` but the type expects a regular string to be transformed into literal lua.
This PR is the second split of PR #1866, it works on a solution for the issue #421. This PR depends on PR #1874. All suggestions from the original PR...
| Field | Description | |----------|-------------| | Plugin | `FeMaco` | | Homepage | `https://github.com/AckslD/nvim-FeMaco.lua` | | Nixpkgs | `vimPlugins.nvim-FeMaco-lua` | ## Extra Information > A small plugin allowing to...
| Field | Description | |--------------|-------------| | Plugin | `parinfer-rust` | | Nixpkgs | `24.05` and `unstable` | | Home Manager | N/A | - [x] I have read the...
| Field | Description | |--------------|-------------| | Plugin | `none-ls` | | Nixpkgs | `unstable` | - [x] I have read the [FAQ](https://nix-community.github.io/nixvim/user-guide/faq.html) and my bug is not listed there....
| Field | Description | |----------|-------------| | Plugin | `zellij-nav` | | Homepage | `https://github.com/swaits/zellij-nav.nvim` | | Nixpkgs | `false` | ## Extra Information The current zellij navigation plugin in...
### Discussed in https://github.com/nix-community/nixvim/discussions/1969 Originally posted by **niksingh710** August 2, 2024 ```nix plugins = { ltex-extra = { enable = true; # This has been made null so that nvix...
| Field | Description | |--------------|-------------| | Plugin | `rustaceanvim` (unsure) | | Nixpkgs | `unstable` | | Home Manager | `unstable | - [ x ] I have read...