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

@@ -27,6 +27,7 @@ return {
for _, ext in ipairs(opts.extensions_list) do
telescope.load_extension(ext)
end
require("plugins.utils.telescope").setup()
end,
},
{ "mbbill/undotree" },