-- luacheck config for Neovim std = "lua51" globals = { "vim", } ignore = { "631", } self = false exclude_files = { "lua/custom/plugins/lazy.lua", }