diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-01-26 23:06:28 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-01-26 23:06:28 +0200 |
| commit | 2b8ba0d04cc4055b67498279a8104154d50e7a17 (patch) | |
| tree | e29b14d543559cc06023fcbad3f8472d7c8cab4a /lua | |
| parent | 1838ff15d899d7e2b654c1a0fa45c7a794e4fd1c (diff) | |
| download | dotfiles-2b8ba0d04cc4055b67498279a8104154d50e7a17.tar.gz dotfiles-2b8ba0d04cc4055b67498279a8104154d50e7a17.zip | |
Update setup requirement
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins/heirline.lua | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lua/plugins/heirline.lua b/lua/plugins/heirline.lua index c05844b..03b2a47 100644 --- a/lua/plugins/heirline.lua +++ b/lua/plugins/heirline.lua @@ -1175,7 +1175,12 @@ local TabLine = { TabPages, } -require("heirline").setup(StatusLine, WinBar, TabLine) +require("heirline").setup({ + statusline = StatusLine, + winbar = WinBar, + tabline = TabLine, + --statuscolumn = StatusColumn +}) -- Yep, with heirline we're driving manual! --vim.cmd([[au FileType * if index(['wipe', 'delete', 'unload'], &bufhidden) >= 0 | set nobuflisted | endif]]) |
