Make luacheck happy

This commit is contained in:
Stephan Seitz 2020-07-04 18:28:17 +02:00 committed by Thomas Vigouroux
parent 1ce1c73249
commit 5642507f6a
10 changed files with 23 additions and 43 deletions

View file

@ -2,13 +2,10 @@ local api = vim.api
local fn = vim.fn
local queries = require'nvim-treesitter.query'
local locals = require'nvim-treesitter.locals'
local highlight = require'nvim-treesitter.highlight'
local parsers = require'nvim-treesitter.parsers'
local health_start = vim.fn["health#report_start"]
local health_ok = vim.fn['health#report_ok']
local health_info = vim.fn['health#report_info']
local health_warn = vim.fn['health#report_warn']
local health_error = vim.fn['health#report_error']