1
0
Fork 0

lualine: use insert mode theming for terminal mode

This commit is contained in:
Felipe 2023-06-29 22:55:24 -04:00
parent 7d10a43ad0
commit 58783dce22
Signed by: pitbuster
SSH key fingerprint: SHA256:HDYu2Pm4/TmSX8GBwV49UvFWr1Ljg8XlHxKeCpjJpOk

View file

@ -50,11 +50,13 @@ opt.listchars = {
} }
---- lualine.nvim ---- ---- lualine.nvim ----
local lualine = require('lualine') local lualine = require('lualine')
local theme = require('lualine.themes.gruvbox')
theme.terminal = theme.insert
lualine.setup({ lualine.setup({
options = { options = {
component_separators = { left = '', right = '' }, component_separators = { left = '', right = '' },
section_separators = { left = '', right = '' }, section_separators = { left = '', right = '' },
globalstatus = true, theme = theme,
}, },
sections = { sections = {
lualine_a = { 'mode' }, lualine_a = { 'mode' },