mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-10 12:21:40 +00:00
feat: apply new module format to tabline plugins
This commit is contained in:
parent
d5082e5ef2
commit
211344d65c
4 changed files with 22 additions and 11 deletions
14
modules/tabline/nvim-bufferline/nvim-bufferline.nix
Normal file
14
modules/tabline/nvim-bufferline/nvim-bufferline.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
with builtins; let
|
||||
cfg = config.vim.tabline.nvimBufferline;
|
||||
in {
|
||||
options.vim.tabline.nvimBufferline = {
|
||||
enable = mkEnableOption "nvim-bufferline-lua";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue