From aacbf56ee59232fb88c6a934ee585cf0f8c6bab3 Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 6 Dec 2021 11:11:27 +0800 Subject: [PATCH] tweak lualine conf --- lua/config/statusline.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lua/config/statusline.lua b/lua/config/statusline.lua index ada96cf..d3faf76 100644 --- a/lua/config/statusline.lua +++ b/lua/config/statusline.lua @@ -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" },