mirror of
https://github.com/neovim/neovim.git
synced 2026-04-19 22:10:45 +00:00
fix(lua): properly configure luacheck and remove local vim = ... lines (#20551)
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
-- prevents luacheck from making lints for setting things on vim
|
||||
local vim = assert(vim)
|
||||
|
||||
local pathtrails = {}
|
||||
vim._so_trails = {}
|
||||
for s in (package.cpath .. ';'):gmatch('[^;]*;') do
|
||||
|
||||
Reference in New Issue
Block a user