mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 15:00:04 -04:00
refactor: use vim.system (#4923)
This commit is contained in:
parent
ba05f949b8
commit
30ee6476c2
6 changed files with 84 additions and 195 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