refactor: use vim.system (#4923)

This commit is contained in:
Lewis Russell 2023-06-07 22:30:26 +01:00 committed by Christian Clason
parent 74d59a8ea7
commit 2575fb6aa8
6 changed files with 103 additions and 216 deletions

View file

@ -20,7 +20,7 @@ local M = {}
M.tiers = { 'core', 'stable', 'community', 'unstable' }
---@type ParserInfo[]
---@type table<string,ParserInfo>
M.configs = {
ada = {
install_info = {