diff --git a/init.lua b/init.lua index 43b96d7..c97c5eb 100644 --- a/init.lua +++ b/init.lua @@ -50,11 +50,13 @@ opt.listchars = { } ---- lualine.nvim ---- local lualine = require('lualine') +local theme = require('lualine.themes.gruvbox') +theme.terminal = theme.insert lualine.setup({ options = { component_separators = { left = '│', right = '│' }, section_separators = { left = '', right = '' }, - globalstatus = true, + theme = theme, }, sections = { lualine_a = { 'mode' },