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,
|
source = diff,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
ime_state,
|
"%S",
|
||||||
color = { fg = "black", bg = "#f46868" },
|
color = { gui = "bold", fg = "cyan" },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
spell,
|
spell,
|
||||||
@ -184,6 +184,10 @@ require("lualine").setup {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
lualine_x = {
|
lualine_x = {
|
||||||
|
{
|
||||||
|
ime_state,
|
||||||
|
color = { fg = "black", bg = "#f46868" },
|
||||||
|
},
|
||||||
{
|
{
|
||||||
get_active_lsp,
|
get_active_lsp,
|
||||||
icon = " LSP:",
|
icon = " LSP:",
|
||||||
|
|||||||
@ -179,3 +179,5 @@ set diffopt+=linematch:60
|
|||||||
|
|
||||||
set nowrap " do no wrap
|
set nowrap " do no wrap
|
||||||
set noruler
|
set noruler
|
||||||
|
|
||||||
|
set showcmdloc=statusline
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user