mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-23 20:12:00 +00:00
language/go: correct treesitter filetypes and package options (#1402)
This commit is contained in:
parent
4d2f488358
commit
9d1cec158b
2 changed files with 27 additions and 3 deletions
|
|
@ -27,6 +27,20 @@
|
|||
|
||||
[Snoweuph](https://github.com/snoweuph)
|
||||
|
||||
- "Correct `languages.go.treesitter` to contain all Go file types.
|
||||
`languages.go.treesitter.package` is now `languages.go.treesitter.goPackage`.
|
||||
New are:
|
||||
|
||||
- `languages.go.treesitter.goPackage`.
|
||||
|
||||
- `languages.go.treesitter.gomodPackage`.
|
||||
|
||||
- `languages.go.treesitter.gosumPackage`.
|
||||
|
||||
- `languages.go.treesitter.goworkPackage`.
|
||||
|
||||
- `languages.go.treesitter.gotmplPackage`.
|
||||
|
||||
- Fix `vim.assistant.codecompanion-nvim.setupOpts.display.diff.provider` to only
|
||||
allow valid options. `default` is no longer valid. `inline` and `split` are
|
||||
two new valid options.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue