nixvim
nixvim copied to clipboard
Configure Neovim with Nix! [maintainer=@GaetanLepage, @traxys, @mattsturgeon, @khaneliman]
| Field | Description | |--------------|-------------| | Plugin | `conform-nvim` | | Nixpkgs | `pkgs.vimPlugins.conform-nvim` | | Home Manager | `` | - [x] I have read the [FAQ](https://nix-community.github.io/nixvim/user-guide/faq.html) and...
hi, I contribute regularly to nix+neovim issues and while I dont use nixvim (I prefer a more laid back approach)m I have a few changes in mind I would like...
**Plugin**: nvim-dap-rr **Plugin repository**: [jonboh/nvim-dap-rr](https://github.com/jonboh/nvim-dap-rr) **Is the plugin on nixpkgs**: No ## Extra information An extension for DAP that allows you to record an execution and later replay it
Nixvim defines keymaps for some plugins, we should expose all the possible options for those plugins (like desc, silent, ....) instead of only allowing to specify a key. ### Available...
## Description I would like to have my lua code for my configs parsed by nixvim and report errors if I made typos or other mistakes. The idea is that...
Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. ``` Flake lock file updates: • Updated input 'home-manager': 'github:nix-community/home-manager/6e277d9566de9976f47228dd8c580b97488734d4' (2024-05-07) → 'github:nix-community/home-manager/d7682620185f213df384c363288093b486b2883f' (2024-05-10) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/25865a40d14b3f9cf19f19b924e2ab4069b09588' (2024-05-05) → 'github:NixOS/nixpkgs/f1010e0469db743d14519a1efd37e23f8513d714' (2024-05-09)...
Follow up of #1368 which I closed by accident.
I think this is what should go there, I was checking and vim_after does not exist. If I am wrong, feel free to reject the PR.
[nvim-dap](https://github.com/mfussenegger/nvim-dap/tree/master) has a remarkable amount of configuration options behind the `require('dap').defaults`. See `:h dap.defaults` for a subset and more of them in `:h dap-configuration`. I'd like to set those options...
| Field | Description | |--------------|-------------| | Plugin | `lsp` | | Nixpkgs | `unstable` | | Home Manager | `unstable` | - [x] I have read the [FAQ](https://nix-community.github.io/nixvim/user-guide/faq.html) and...