Files
nvimdots/lua/config/region-folding.lua
Zacharias-Brohn 69e5a05062 cracked update
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 = "",
})