mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 10:05:37 +02:00
Fix reports from luacheck (#1031)
This commit is contained in:
parent
e82fc442d0
commit
bdd6e0cf37
5 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
-- if not package.loaded['nvim-autopairs'] then
|
||||
-- return
|
||||
-- end
|
||||
local status_ok, autopairs = pcall(require, "nvim-autopairs")
|
||||
local status_ok, _ = pcall(require, "nvim-autopairs")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue