mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
make option showcmd shown in statusline instead
Related issues: + https://groups.google.com/g/vim_dev/c/YwFLUaduXTQ + https://github.com/neovim/neovim/pull/21202 + https://github.com/nvim-lualine/lualine.nvim/issues/949
This commit is contained in:
parent
5328c477a8
commit
1d66475cae
@ -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:",
|
||||
|
||||
@ -179,3 +179,5 @@ set diffopt+=linematch:60
|
||||
|
||||
set nowrap " do no wrap
|
||||
set noruler
|
||||
|
||||
set showcmdloc=statusline
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user