nixvim
nixvim copied to clipboard
Configure Neovim with Nix! [maintainer=@GaetanLepage, @traxys, @mattsturgeon, @khaneliman]
| Field | Description | |----------|-------------| | Plugin | `harpoon2` | harpoon2 | Homepage | `https://github.com/ThePrimeagen/harpoon/tree/harpoon2` | https://github.com/ThePrimeagen/harpoon/tree/harpoon2 | Nixpkgs | `https://search.nixos.org/packages?channel=unstable&show=vimPlugins.harpoon2&from=0&size=50&sort=relevance&type=packages&query=harpoon2` | ## Extra Information harpoon2 introduces breaking changes...
| Field | Description | |----------|-------------| | Plugin | `SchemaStore.nvim` | | Homepage | [SchemaStore.nvim](https://github.com/b0o/SchemaStore.nvim) | | Nixpkgs | [vimPlugins.SchemaStore-nvim](https://search.nixos.org/packages?channel=unstable&show=vimPlugins.SchemaStore-nvim) | ## Extra Information From repo's README: > A Neovim...
According to https://www.andersevenrud.net/neovim.github.io/lsp/configurations/html/ it is necessary to setup up the `vscode-langservers-extracted` with ``` --Enable (broadcasting) snippet capability for completion local capabilities = vim.lsp.protocol.make_client_capabilities() capabilities.textDocument.completion.completionItem.snippetSupport = true require'lspconfig'.html.setup { capabilities =...
| Field | Description | |--------------|-------------| | Plugin | `dashboard` | | Nixpkgs | `24.05` | | Home Manager | `24.05` | - [x] I have read the [FAQ](https://nix-community.github.io/nixvim/user-guide/faq.html) and...
| Field | Description | |----------|-------------| | Plugin | `CopilotChat.nvim` | | Homepage | `https://github.com/CopilotC-Nvim/CopilotChat.nvim` | | Nixpkgs | `false` | ## Extra Information The missing piece to copilot powered...
| Field | Description | |----------|-------------| | Plugin | `papis.nvim` | | Homepage | `https://github.com/jghauser/papis.nvim` | | Nixpkgs | `false` | ## Extra Information A citation plugin for interacting with...
> This isn't a bug report, but rather a feature proposal/ discussion ## Description In the generated `init.lua` file, I'd like to be able add some lua code before/ after...
| Field | Description | |--------------|-------------| | Plugin | `neorg` | | Nixpkgs | `unstable` | | Home Manager | `unstable` | - [x] I have read the [FAQ](https://nix-community.github.io/nixvim/user-guide/faq.html) and...
Currently the `which-key` module only supports calling register once and without opts: https://github.com/nix-community/nixvim/blob/0d85838d204d0f3d1cda22059d3fed0cd757d0ab/plugins/utils/which-key.nix#L211 I am still configuring this plugin manually because I have different keybinds for normal mode and for...
| Field | Description | |--------------|-------------| | Plugin | `nvim-jdtls` | | Nixpkgs | `unstable` | | Home Manager | `unstable` | - [x] I have read the [FAQ](https://nix-community.github.io/nixvim/user-guide/faq.html) and...