fix lualine global status

This commit is contained in:
Adithya 2024-02-11 01:06:36 +05:30
parent a2380addff
commit c853a39bb6
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -1,6 +1,6 @@
require('lualine').setup{
options = {
global_status = true,
globalstatus = true,
theme = 'dracula-nvim'
}
}