aboutsummaryrefslogtreecommitdiff
path: root/lua/user/lualine.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user/lualine.lua')
-rw-r--r--lua/user/lualine.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/lua/user/lualine.lua b/lua/user/lualine.lua
index 1bfec63..22c7900 100644
--- a/lua/user/lualine.lua
+++ b/lua/user/lualine.lua
@@ -1,4 +1,3 @@
-
local status_ok, lualine = pcall(require, "lualine")
if not status_ok then
return
@@ -13,5 +12,8 @@ lualine.setup {
file_status=false,
},
},
- }
+ },
+ options = {
+ theme = 'ayu',
+ },
}