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:
parent
56a43e4009
commit
1d0609f753
@ -70,15 +70,15 @@ require("lualine").setup({
|
|||||||
lualine_a = { "mode" },
|
lualine_a = { "mode" },
|
||||||
lualine_b = { "branch", "diff" },
|
lualine_b = { "branch", "diff" },
|
||||||
lualine_c = {
|
lualine_c = {
|
||||||
{
|
|
||||||
spell,
|
|
||||||
color = {fg = 'black', bg = '#a7c080'}
|
|
||||||
},
|
|
||||||
"filename",
|
"filename",
|
||||||
{
|
{
|
||||||
ime_state,
|
ime_state,
|
||||||
color = {fg = 'black', bg = '#f46868'}
|
color = {fg = 'black', bg = '#f46868'}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
spell,
|
||||||
|
color = {fg = 'black', bg = '#a7c080'}
|
||||||
|
},
|
||||||
},
|
},
|
||||||
lualine_x = {
|
lualine_x = {
|
||||||
"encoding",
|
"encoding",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user