Merge #32001 from MariaSolOs/consistent-namespaces

This commit is contained in:
Justin M. Keyes
2025-01-15 02:01:44 -08:00
committed by GitHub
37 changed files with 76 additions and 67 deletions

View File

@@ -192,7 +192,7 @@ local M = {}
---@type table<integer,TS.FoldInfo>
local foldinfos = {}
local group = api.nvim_create_augroup('treesitter/fold', {})
local group = api.nvim_create_augroup('nvim.treesitter.fold', {})
--- Update the folds in the windows that contain the buffer and use expr foldmethod (assuming that
--- the user doesn't use different foldexpr for the same buffer).