Skip to content

Commit

Permalink
neovim: fix global status line on alpha-nvim exit
Browse files Browse the repository at this point in the history
  • Loading branch information
geodimm committed Sep 7, 2022
1 parent 89753b3 commit b0deb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/after/plugin/alpha-nvim.lua
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ local config = {
buffer = 0,
desc = 'enable status, tabline and cmdline after alpha',
callback = function()
vim.go.laststatus = 2
vim.go.laststatus = 3
vim.opt.showtabline = 2
vim.opt.cmdheight = 1
end,
Expand Down

0 comments on commit b0deb3b

Please sign in to comment.