mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-02 00:55:54 +00:00
statix, deadnix, alejandra
This commit is contained in:
parent
f1849c0ce5
commit
6d93ed03c4
24 changed files with 28 additions and 61 deletions
|
|
@ -15,7 +15,7 @@
|
|||
in {
|
||||
config = mkMerge [
|
||||
# TODO: move into nvim-tree file
|
||||
(mkIf (config.vim.filetree.nvimTree.enable) {
|
||||
(mkIf config.vim.filetree.nvimTree.enable {
|
||||
vim.statusline.lualine.setupOpts = {
|
||||
extensions = ["nvim-tree"];
|
||||
};
|
||||
|
|
@ -44,11 +44,11 @@ in {
|
|||
statusline.lualine.setupOpts = {
|
||||
options = {
|
||||
icons_enabled = cfg.icons.enable;
|
||||
theme = cfg.theme;
|
||||
inherit (cfg) theme;
|
||||
component_separators = [cfg.componentSeparator.left cfg.componentSeparator.right];
|
||||
section_separators = [cfg.sectionSeparator.left cfg.sectionSeparator.right];
|
||||
globalstatus = cfg.globalStatus;
|
||||
refresh = cfg.refresh;
|
||||
inherit (cfg) refresh;
|
||||
};
|
||||
|
||||
sections = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue