trying to fix @ messages

This commit is contained in:
2025-09-15 13:15:31 -04:00
parent eba485e086
commit a9e3cd2d68
2 changed files with 20 additions and 15 deletions

View File

@@ -92,7 +92,12 @@ vim.api.nvim_create_autocmd("VimEnter", {
lualine_a = { "mode" },
lualine_b = { "branch" },
lualine_c = { { "filename", file_status = true, path = 1 } },
lualine_x = { "encoding", "fileformat", "filetype" },
lualine_x = {
"encoding", "fileformat", "filetype",
require("noice").api.statusline.mode.get,
cond = require("noice").api.statusline.mode.has,
color = { fg = "#ff9e64" },
},
lualine_y = { "progress" },
lualine_z = { "location" },
},