1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

change SPELL location on statusline

This commit is contained in:
jdhao 2021-12-19 20:53:09 +08:00
parent 56a43e4009
commit 1d0609f753

View File

@ -70,15 +70,15 @@ require("lualine").setup({
lualine_a = { "mode" },
lualine_b = { "branch", "diff" },
lualine_c = {
{
spell,
color = {fg = 'black', bg = '#a7c080'}
},
"filename",
{
ime_state,
color = {fg = 'black', bg = '#f46868'}
},
{
spell,
color = {fg = 'black', bg = '#a7c080'}
},
},
lualine_x = {
"encoding",