nixvim
nixvim copied to clipboard
Configure Neovim with Nix! [maintainer=@GaetanLepage, @traxys, @mattsturgeon, @khaneliman]
| Field | Description | |----------|-------------| | Plugin | `nvim-surround` | | Homepage | | | Nixpkgs | YES, `vimPlugins.nvim-surround` | Lua-based alternative for surround.vim with support for nvim-treesitter and...
Refactoring of the `plugins.telescope` module: - Switch to `mkNeovimPlugin` - Better handling of extensions: Adopt a similar approach as in `neotest`: Add a helper function to create the submodule for...
Evaluating flake outputs fails on `x86_64-linux`. Seems to want to a `aarch64-darwin` system. `nix flake show` should successfully evaluate independent of system type. Seems something is referencing `perSystem.aarch64-darwin.packages` when evaluating...
TODO: import new module TODO: actually implement hydras TODO: make tests for module
The plugin `rust-analyzer` adds `gcc` to the `$PATH`. If we open a terminal inside neovim, and run `cargo build`/`cargo test` etc, it will fail if the project depends on various...
-->Summary: https://notes.glepage.com/rA_fyfKESvC9OxGGNHOYXw#Lazy-Loading
Adds an option to enable neovim 0.10's new LSP inlay hints, on supported language servers. Also adds a new (read-only) option that exposes nvim's version as reported by `nvim --version`....