1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-04 09:59:25 +00:00

[neovim] Update config

This commit is contained in:
2024-05-01 12:09:54 +02:00
parent 9bd0a1bee1
commit 7aad945ee7
3 changed files with 7 additions and 5 deletions

View File

@ -114,6 +114,11 @@ require("lualine").setup({
},
},
lsp_progress,
{
require("noice").api.statusline.mode.get,
cond = require("noice").api.statusline.mode.has,
color = { fg = "#ff9e64" },
},
{
require("noice").api.status.search.get,
cond = require("noice").api.status.search.has,