mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 09:41:10 +01:00
laststatus = 0 -> fix tmux bar with lualine
This commit is contained in:
@@ -65,11 +65,10 @@ local virtual_env = function()
|
||||
end
|
||||
|
||||
require("lualine").setup {
|
||||
laststatus = 0,
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
theme = "auto",
|
||||
globalstatus = true,
|
||||
globalstatus = false,
|
||||
component_separators = '',
|
||||
section_separators = {left = '', right = ''},
|
||||
disabled_filetypes = {},
|
||||
@@ -125,3 +124,5 @@ require("lualine").setup {
|
||||
tabline = {},
|
||||
extensions = {"quickfix", "fugitive", "nvim-tree"}
|
||||
}
|
||||
|
||||
vim.o.laststatus = 0 -- required for some reason -> avoid two bar lualine /w tmux
|
||||
|
||||
Reference in New Issue
Block a user