mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-08 03:45:22 +02:00
plugins/mini: configLocation mkBefore
We want the mini icons and mockDevIcons config to be earlier than plugins that request an icon provider.
This commit is contained in:
parent
cef7414b03
commit
d0040391e8
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
||||||
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||||
name = "mini";
|
name = "mini";
|
||||||
packPathName = "mini.nvim";
|
packPathName = "mini.nvim";
|
||||||
|
# Just want it before most other plugins for the icons provider.
|
||||||
|
configLocation = lib.mkOrder 800 "extraConfigLua";
|
||||||
|
|
||||||
maintainers = [ lib.maintainers.khaneliman ];
|
maintainers = [ lib.maintainers.khaneliman ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue