mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 17:24:32 +02:00
plugins/web-devicons: configLocation mkBefore
We want the icons config to be earlier than plugins that request an icon provider.
This commit is contained in:
parent
32027965d8
commit
cef7414b03
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
|||
packPathName = "nvim-web-devicons";
|
||||
moduleName = "nvim-web-devicons";
|
||||
package = "nvim-web-devicons";
|
||||
# Just want it before most other plugins for the icons provider.
|
||||
configLocation = lib.mkOrder 800 "extraConfigLua";
|
||||
|
||||
maintainers = [ lib.maintainers.refaelsh ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue