Files
nvimdots/lua/config/other/region-folding.lua
T
2026-08-10 13:18:23 +02:00

5 lines
121 B
Lua

require("region-folding").setup({
region_text = { start = "<think>", ending = "</think>" },
fold_indicator = "▼",
})