mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
refactor: use vim.system (#4923)
This commit is contained in:
parent
74d59a8ea7
commit
2575fb6aa8
6 changed files with 103 additions and 216 deletions
|
|
@ -20,7 +20,7 @@ local M = {}
|
|||
|
||||
M.tiers = { 'core', 'stable', 'community', 'unstable' }
|
||||
|
||||
---@type ParserInfo[]
|
||||
---@type table<string,ParserInfo>
|
||||
M.configs = {
|
||||
ada = {
|
||||
install_info = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue