mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
tweak lualine conf
This commit is contained in:
parent
a7be6a58a4
commit
aacbf56ee5
@ -1,7 +1,6 @@
|
||||
local function spell()
|
||||
if vim.o.spell then
|
||||
local spelllang = vim.o.spelllang
|
||||
return string.format("[SPELL][%s]", spelllang)
|
||||
return string.format("[SPELL]")
|
||||
end
|
||||
|
||||
return ""
|
||||
@ -62,7 +61,7 @@ require("lualine").setup({
|
||||
lualine_c = {
|
||||
{
|
||||
spell,
|
||||
color = "Cursor"
|
||||
color = {fg = 'black', bg = '#a7c080'}
|
||||
},
|
||||
"filename"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user