add default neovim lualine

This commit is contained in:
Michael Chris Lopez
2021-09-21 21:31:15 +08:00
parent f93f15b634
commit ccb1cc70cb

View File

@@ -0,0 +1,3 @@
local background = vim.opt.background:get()
return require("lualine.themes.neovim_" .. background)