add .luacheckrc and fix linter issues

This commit is contained in:
kyazdani42
2020-06-08 11:23:30 +02:00
parent 1e67a7c6f4
commit 18dac0ed84
7 changed files with 40 additions and 24 deletions

View File

@@ -25,7 +25,7 @@ local function get_colors()
}
end
local function get_hl_groups()
local function get_hl_groups()
local colors = get_colors()
return {
@@ -96,7 +96,7 @@ M.hl_groups = {
['ejs'] = 'HtmlIcon';
}
local function get_links()
local function get_links()
return {
FolderName = 'Directory',
Normal = 'Normal',