diff options
author | HampusM <hampus@hampusmat.com> | 2024-06-01 13:50:36 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-06-01 13:50:36 +0200 |
commit | a02212087f89cc54c4eea9f27c87149f5c7d2531 (patch) | |
tree | 5f6bffd865b22d5d2e2e34f3572b81f2d72d4861 /lua/style.lua | |
parent | 4a7d37673e786ed916bb84284f5933f748edfce9 (diff) |
have a single statusline
Diffstat (limited to 'lua/style.lua')
-rw-r--r-- | lua/style.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/style.lua b/lua/style.lua index 35ca00d..7b9ee1e 100644 --- a/lua/style.lua +++ b/lua/style.lua @@ -20,6 +20,7 @@ local ayu_dark_lualine_theme = require'lualine.themes.ayu_dark' require('lualine').setup({ options = { theme = ayu_dark_lualine_theme, + globalstatus = true, }, tabline = { lualine_a = { "buffers" } |