mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
docs/user-guide: Add an entry for collisions with combinePlugins
This commit is contained in:
parent
086c154cc0
commit
4751cb55f7
1 changed files with 6 additions and 0 deletions
|
@ -25,6 +25,12 @@ extraPlugins = [(pkgs.vimUtils.buildVimPlugin {
|
|||
|
||||
The [nixpkgs manual](https://nixos.org/manual/nixpkgs/stable/#managing-plugins-with-vim-packages) has more information on this.
|
||||
|
||||
## How do I solve `error: collision between .... and ....`
|
||||
|
||||
This sort of issue can occur when the `performance.combinePlugins.enable` option is set and two plugins
|
||||
have a file with the same name. In order to fix this issue the `performance.combinePlugins.standalonePlugins`
|
||||
option may be used to isolate one of the conflicting plugins.
|
||||
|
||||
## How do I solve "`<name>` cannot be found in `pkgs`"
|
||||
|
||||
When using Nixvim, it is possible to encounter errors about something not being found in `pkgs`. For example:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue