mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-08 03:37:15 +00:00
statusline/lualine: Move helper to lib
This commit is contained in:
parent
11a974a111
commit
2a809a64ff
3 changed files with 27 additions and 25 deletions
|
|
@ -5,7 +5,7 @@
|
|||
}:
|
||||
with lib; let
|
||||
cfg = config.vim.statusline.lualine;
|
||||
luaTable = items: ''{${builtins.concatStringsSep "," items}}'';
|
||||
inherit (nvim.lua) luaTable;
|
||||
in {
|
||||
config = (mkIf cfg.enable) {
|
||||
vim.startPlugins = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue