nixvim
nixvim copied to clipboard
Configure Neovim with Nix! [maintainer=@GaetanLepage, @traxys, @mattsturgeon, @khaneliman]
| Field | Description | |--------------|-------------| | Plugin | `telescope` | | Nixpkgs | `63c3a29ca82437c87573e4c6919b09a24ea61b0f` | | Home Manager | `9036fe9ef8e15a819fa76f47a8b1f287903fb848` | - [x] I have read the [FAQ](https://nix-community.github.io/nixvim/user-guide/faq.html) and...
| Field | Description | |--------------|-------------| | Plugin | `rest.nvim` | | Nixpkgs | `unstable` | | Home Manager | `unstable` | - [X] I have read the [FAQ](https://nix-community.github.io/nixvim/user-guide/faq.html) and...
| Field | Description | |--------------|-------------| | Nixpkgs | `` | | Home Manager | `` | - [ x ] I have read the [FAQ](https://nix-community.github.io/nixvim/user-guide/faq.html) and my bug is...
Add support for the [SchemaStore.nvim](https://github.com/b0o/SchemaStore.nvim/tree/main) plugin, providing JSON schemas for Neovim. Fixes #1443
| Field | Description | |--------------|-------------| | Plugin | `rest` | | Nixpkgs | `unstable` | | Home Manager | `` | - [x] I have read the [FAQ](https://nix-community.github.io/nixvim/user-guide/faq.html) and...
| Field | Description | |--------------|-------------| | Plugin | `alpha` | | 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....
This PR adds the cmake-tools plugin to nixvim. A substantial part of this plugin's default config sets options for external plugins such as dap or overseer (optional), therefore I didn't...
nixf-tidy-action is a nix linter based on libnixf. It detects deadcode, unused `rec`, and syntax errors. nixf-tidy-action will only report warnings on changed files in diff (thus it will not...
Currently there is no easy way to change the version python used to get pylsp. It seems to use pkgs.python3Packages by default, but changing the package from the default packages...