diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-01-26 23:16:14 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-01-26 23:16:14 +0200 |
| commit | c3141cd6756fd40692a79f7ef49223a66f993a4e (patch) | |
| tree | 2c2cb24c1e1be30b6300b7128367d28772cb2c8b /lua/plugins | |
| parent | dac9bf1c1349e36b1505ec76cc9a27483260c6be (diff) | |
| download | dotfiles-c3141cd6756fd40692a79f7ef49223a66f993a4e.tar.gz dotfiles-c3141cd6756fd40692a79f7ef49223a66f993a4e.zip | |
Squashed '.config/nvim/' changes from e18107b..ba871ed
ba871ed Add alternative mappings for jumping to next match on line and repeating last command | Navigator plugin keymappings
4f37016 Replaced christoomey/vim-tmux-navigator with numToStr/Navigator.nvim
1c7b41c Update setup requirement
git-subtree-dir: .config/nvim
git-subtree-split: ba871ed0db168f3f398fc835a6e0bfb8a604c83a
Diffstat (limited to 'lua/plugins')
| -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]]) |
