Files
nvimdots/lua/config/region-folding.lua
T
Zacharias-Brohn ba3510d2a6 new
2025-08-09 20:34:07 +02:00

5 lines
127 B
Lua

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