mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-27 03:47:37 +00:00
treesitter: allow setting of filetype pattern and excludes for indent
This commit is contained in:
parent
5ab359ee7d
commit
d30ba87023
3 changed files with 41 additions and 4 deletions
|
|
@ -390,4 +390,12 @@ https://github.com/gorbit99/codewindow.nvim
|
|||
|
||||
- Add razor support for `roslyn_ls` and `csharp_ls`
|
||||
|
||||
[mputz86](https://github.com/mputz86)
|
||||
|
||||
- Add `vim.treesitter.indent.pattern` to specify file pattern(s) for which
|
||||
treesitter indentation should be used
|
||||
- Add `vim.treesitter.indent.excludes` to exclude filetypes from the treesitter
|
||||
indentation; e.g. useful for Haskell and PureScript, for which treesitter
|
||||
indentation does not work good
|
||||
|
||||
<!-- vim: set textwidth=80: -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue