1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00
jdhao 2024-12-19 23:37:03 +01:00
parent 5328c477a8
commit 1d66475cae
2 changed files with 8 additions and 2 deletions

View File

@ -175,8 +175,8 @@ require("lualine").setup {
source = diff,
},
{
ime_state,
color = { fg = "black", bg = "#f46868" },
"%S",
color = { gui = "bold", fg = "cyan" },
},
{
spell,
@ -184,6 +184,10 @@ require("lualine").setup {
},
},
lualine_x = {
{
ime_state,
color = { fg = "black", bg = "#f46868" },
},
{
get_active_lsp,
icon = " LSP:",

View File

@ -179,3 +179,5 @@ set diffopt+=linematch:60
set nowrap " do no wrap
set noruler
set showcmdloc=statusline