mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-12 18:24:35 +02:00
barbar.nvim: fix required module (#381/#380)
This commit is contained in:
parent
74bd7ee77e
commit
8b5223e327
1 changed files with 3 additions and 2 deletions
|
@ -129,7 +129,8 @@ in {
|
||||||
icons =
|
icons =
|
||||||
stateOptions
|
stateOptions
|
||||||
// (
|
// (
|
||||||
mapAttrs (name: description:
|
mapAttrs
|
||||||
|
(name: description:
|
||||||
mkOption {
|
mkOption {
|
||||||
type = types.submodule {
|
type = types.submodule {
|
||||||
options = stateOptions;
|
options = stateOptions;
|
||||||
|
@ -349,7 +350,7 @@ in {
|
||||||
maps.normal = mkMerge userKeymapsList;
|
maps.normal = mkMerge userKeymapsList;
|
||||||
|
|
||||||
extraConfigLua = ''
|
extraConfigLua = ''
|
||||||
require('bufferline').setup(${helpers.toLuaObject setupOptions})
|
require('barbar').setup(${helpers.toLuaObject setupOptions})
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue