Merge branch 'v0.8' into notashelf/push-lnklzrqrwnym

This commit is contained in:
raf 2025-10-03 09:12:26 +03:00 committed by GitHub
commit 171410f6c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
88 changed files with 3315 additions and 1597 deletions

View file

@ -1,6 +1,7 @@
{
config,
lib,
options,
...
}: let
inherit (lib.modules) mkIf mkMerge;
@ -9,8 +10,8 @@
inherit (lib.nvim.lua) toLuaObject;
cfg = config.vim.tabline.nvimBufferline;
self = import ./nvim-bufferline.nix {inherit config lib;};
inherit (self.options.vim.tabline.nvimBufferline) mappings;
inherit (options.vim.tabline.nvimBufferline) mappings;
in {
config = mkIf cfg.enable {
vim = {