This commit is contained in:
NotAShelf 2026-04-17 16:05:08 +00:00
commit ef6ce208b4
29 changed files with 6 additions and 120091 deletions

View file

@ -661,6 +661,8 @@ treesitter indentation should be used</li>
<li>Add <code>vim.treesitter.indent.excludes</code> to exclude filetypes from the treesitter
indentation; e.g. useful for Haskell and PureScript, for which treesitter
indentation does not work good</li>
<li>Allow <code>vim.treesitter.context.setupOpts.max_lines</code> to also be given as a
string in order to allow percentage values like <code>"20%"</code></li>
</ul>
<!-- vim: set textwidth=80: -->
<h1 id="sec-release-0-8">Release 0.8</h1>