Files
nvimdots/lua/config/region-folding.lua
T
2025-12-03 21:57:32 +01:00

5 lines
121 B
Lua

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