mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
fix(health): update to upstream changes
The `health` module was moved to `vim.health` in https://github.com/neovim/neovim/pull/18720
This commit is contained in:
parent
d0a32420ae
commit
b922b2c3db
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ local shell = require "nvim-treesitter.shell_command_selectors"
|
|||
local install = require "nvim-treesitter.install"
|
||||
local utils = require "nvim-treesitter.utils"
|
||||
|
||||
local health = require "health"
|
||||
local health = vim.health or require "health"
|
||||
|
||||
local M = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue