nixvim
nixvim copied to clipboard
Configure Neovim with Nix! [maintainer=@GaetanLepage, @traxys, @mattsturgeon, @khaneliman]
Add support for [crates.nvim](https://github.com/Saecki/crates.nvim/tree/main). I am not convinced on whether I should explicitly declare some options or none... Fixes #1149
Adds crates-nvim as a plugin instead of just a completion source for cmp. Resolves: https://github.com/nix-community/nixvim/issues/1149
The theme is not applied to the colorscheme. for example setting the theme `dragon` has no effect since always the colorscheme was set to `kanagawa`. I went to the approach...
Without that, e.g. require('gruvbox').setup() was run *after* setting the colorsheme. Thus all settings were ignored.
One common use case with this plugin is to create custom terminals that you bind to keys as explained [here](https://github.com/akinsho/toggleterm.nvim?tab=readme-ov-file#custom-terminal-usage). This tries to add a nice way to declare these...
There were a handful of options missing from the Dashboard module. I've gone ahead and added more along with a new test for the module. Some functionality like session management...
Adds [nvim-spectre](https://github.com/nvim-pack/nvim-spectre). I got about halfway and now am stuck with typing, any help would be greatly appreciated thanks.
Hey @GaetanLepage , This is still very much WIP but I thought I would check with you if I am heading in the right direction with this. Does this look...
Add support for [formatter-nvim](https://github.com/mhartington/formatter.nvim/tree/master) TODO: - Look for missing formatter packages (help apreciated) - Allow user to choose custom formatter packages - allow disabling auto install of formatters
| Field | Description | |----------|-------------| | Plugin | [telescope-manix](https://github.com/mrcjkb/telescope-manix) | | Homepage | https://github.com/mrcjkb/telescope-manix | | Nixpkgs | `vimPlugins.telescope-manix` | ## Extra Information [Manix](https://github.com/nix-community/manix) is a fast documentation searcher...