nixvim
nixvim copied to clipboard
Configure Neovim with Nix! [maintainer=@GaetanLepage, @traxys, @mattsturgeon, @khaneliman]
| Field | Description | |----------|-------------| | Plugin | `lsp-inlayhints.nvim` (archived) | | Homepage | [`https://github.com/lvimuser/lsp-inlayhints.nvim`](https://github.com/lvimuser/lsp-inlayhints.nvim) | | Nixpkgs | `vimPlugins.lsp-inlayhints-nvim` | ## Extra Information I'm not sure if this...
| Field | Description | |----------|-------------| | Plugin | `hydra.nvim` | | Homepage | `https://github.com/nvimtools/hydra.nvim` | | Nixpkgs | `vimPlugins.hydra-nvim` | ## Extra Information
### Discussed in https://github.com/nix-community/nixvim/discussions/1295 Originally posted by **no-mood** March 20, 2024 Hi guys, I was starting to use nixvim (and nvim in general) and I was taking a look at...
First time opening a PR here, so let me know if I've missed some etiquette. #### Summary - New option `tmuxNavigatorNoMappings` maps to global [`tmux_navigator_no_mappings`](https://github.com/christoomey/vim-tmux-navigator?tab=readme-ov-file#custom-key-bindings) - New attrset `keymaps` maps...
| Field | Description | |--------------|-------------| | Plugin | `nvim-dap` | | 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 | `gruvbox` | | 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 | `rustaceanvim` | | Nixpkgs | `unstable` | | Home Manager | `-` | - [x] I have read the [FAQ](https://nix-community.github.io/nixvim/user-guide/faq.html) and...
[This line ](https://github.com/nix-community/nixvim/blob/a181b63aaf6431641690573723d6d2649b1cc53f/plugins/bufferlines/bufferline.nix#L352) `require('bufferline').setup${helpers.toLuaObject setupOptions}` has no parens for a `setup` call. As a result I get `require('bufferline').setup{}` line in `init.lua` and the plugin is not initialized. It does start...
Hello, first time contributing to a nix project! I hope this is helpful for users of this distribution of _neovim_. When doing my configuration using `nixvim` I couldn't get [`dashboard-nvim`](https://github.com/nvimdev/dashboard-nvim)...
## Description Often times, I want to add some plugin that is not present on nixvim. To do this, I'd end up adding the plugin package to `extraPlugins`, and then...