From 4751cb55f745150152d6e4999f99f297007b8352 Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Sat, 25 Jan 2025 18:33:03 +0100 Subject: [PATCH] docs/user-guide: Add an entry for collisions with combinePlugins --- docs/user-guide/faq.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/user-guide/faq.md b/docs/user-guide/faq.md index 17f72f14..351da88b 100644 --- a/docs/user-guide/faq.md +++ b/docs/user-guide/faq.md @@ -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 "`` cannot be found in `pkgs`" When using Nixvim, it is possible to encounter errors about something not being found in `pkgs`. For example: