diff options
| author | jdhao <jdhao@hotmail.com> | 2021-12-06 11:11:27 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-12-06 11:11:27 +0800 |
| commit | aacbf56ee59232fb88c6a934ee585cf0f8c6bab3 (patch) | |
| tree | 864dfa464f281f41ce498874900973cf9a1e81a7 | |
| parent | a7be6a58a4ca6f7581769790765c51669768dee9 (diff) | |
tweak lualine conf
| -rw-r--r-- | lua/config/statusline.lua | 5 |
1 files 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" }, |
