mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-30 23:55:15 +02:00
modules/performance: don't combine filesPlugin
into plugin pack
It's expected that user may want to override some runtime files in its own config directory. Do not combine it into plugin pack to avoid collisions.
This commit is contained in:
parent
e65c9590d0
commit
0c32f5bda5
2 changed files with 88 additions and 10 deletions
|
@ -93,5 +93,8 @@ in
|
|||
]
|
||||
) extraFiles}
|
||||
'';
|
||||
|
||||
# Never combine user files with the rest of the plugins
|
||||
performance.combinePlugins.standalonePlugins = [ config.filesPlugin ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue