modules/minimap: switch to explicit lib calls

This commit is contained in:
raf 2024-03-12 03:46:46 +03:00
commit f6db808bfc
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
7 changed files with 34 additions and 32 deletions

View file

@ -1,5 +1,6 @@
{lib, ...}: let
inherit (lib) mkEnableOption mkMappingOption;
inherit (lib.options) mkEnableOption;
inherit (lib.nvim.binds) mkMappingOption;
in {
options.vim.minimap.codewindow = {
enable = mkEnableOption "codewindow plugin for minimap view";