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 ----
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' },