mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
fix(lua): properly configure luacheck and remove local vim = ... lines (#20551)
This commit is contained in:
@@ -36,8 +36,6 @@
|
||||
-- - https://github.com/bakpakin/Fennel (pretty print, repl)
|
||||
-- - https://github.com/howl-editor/howl/tree/master/lib/howl/util
|
||||
|
||||
local vim = assert(vim)
|
||||
|
||||
-- These are for loading runtime modules lazily since they aren't available in
|
||||
-- the nvim binary as specified in executor.c
|
||||
for k, v in pairs({
|
||||
|
||||
Reference in New Issue
Block a user