mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 12:30:01 -04:00
fix(configs): ensure_installed can be a string
This commit is contained in:
parent
47ffd0dfc5
commit
80503a9910
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ local M = {}
|
|||
---@class TSConfig
|
||||
---@field modules {[string]:TSModule}
|
||||
---@field sync_install boolean
|
||||
---@field ensure_installed string[]
|
||||
---@field ensure_installed string[]|string
|
||||
---@field ignore_install string[]
|
||||
---@field auto_install boolean
|
||||
---@field update_strategy string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue