feat: noice and lua line config + multigrep search + markdown fix on treesitter

This commit is contained in:
2026-08-29 12:23:47 +02:00
parent 393bd9598b
commit 4e26404bd0
7 changed files with 142 additions and 81 deletions

View File

@@ -35,7 +35,7 @@ local options = {
lualine_a = { "mode" },
lualine_b = { "branch", "diff" },
lualine_c = { "filename", "diagnostics" },
lualine_x = { "searchcount", "filetype", "encoding", "fileformat" },
lualine_x = { "lsp_status", "searchcount", "filetype", "encoding" },
lualine_y = { "progress" },
lualine_z = { "location" },
},