nixvim
nixvim copied to clipboard
Configure Neovim with Nix! [maintainer=@GaetanLepage, @traxys, @mattsturgeon, @khaneliman]
| Field | Description | |--------------|-------------| | Plugin | `neo-tree` | | Nixpkgs | `unstable` | | Home Manager | `unstable` | ## Description The neo-tree plugin gives shows a...
This allows to define buffer-local keymaps, which is specially useful when combined with `keymapsOnEvents`.
| Field | Description | |----------|-------------| | Plugin | `Preview.nvim` | | Homepage | `https://github.com/henriklovhaug/Preview.nvim` | | Nixpkgs | `false` | ## Extra Information Demo of markdown preview in terminal,...
| Field | Description | |----------|-------------| | Plugin | `edgy` | | Homepage | `https://github.com/folke/edgy.nvim` | | Nixpkgs | `https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/applications/editors/vim/plugins/generated.nix#L3385` | ## Extra Information
As #805 seems to have been abandoned, I have updated it. Closes #805
Attempt to standardise how telescope extensions are enabled throughout the project. - Use `mkIf` over `optional` - Use `enabledExtensions` over manually calling `load_extension` - Use assertions over warnings when checking...
I'm not using nixpkgs unstable, and I just installed nixOS on my system, so I have 24.05. According to the readme, I need to specify the nixpkgs version in the...
| Field | Description | |--------------|-------------| | Plugin | many different | | Nixpkgs | `unstable` | - [x] I have read the [FAQ](https://nix-community.github.io/nixvim/user-guide/faq.html) and my bug is not listed...
| Field | Description | |----------|-------------| | Plugin | `nvim-neoclip-lua` | | Homepage | [github](https://github.com/AckslD/nvim-neoclip.lua) | | Nixpkgs | [unstable](https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=vimPlugins.nvim-neoclip-lua) | ## Extra Information **Clipboard manager neovim plugin with telescope...
Harpoon allows appending buffers to the jump list, which is implemented in nixvim via `plugins.harpoon.keymaps.addFile` There is also a secondary option, that allows to directly set an entry on the...