aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_meta.lua
diff options
context:
space:
mode:
authorFolke Lemaitre <folke.lemaitre@gmail.com>2022-10-09 12:40:56 +0200
committerGitHub <noreply@github.com>2022-10-09 12:40:56 +0200
commit8c2226fc30931690186390d86f963cd43e6947ef (patch)
tree12df4d87f165f5512d155f58cea26a58e2d57b50 /runtime/lua/vim/_meta.lua
parentedc8a1f04631b021f9c5e79f7162e34f7c3299db (diff)
downloadrneovim-8c2226fc30931690186390d86f963cd43e6947ef.tar.gz
rneovim-8c2226fc30931690186390d86f963cd43e6947ef.tar.bz2
rneovim-8c2226fc30931690186390d86f963cd43e6947ef.zip
fix(lua): properly configure luacheck and remove `local vim = ...` lines (#20551)
Diffstat (limited to 'runtime/lua/vim/_meta.lua')
-rw-r--r--runtime/lua/vim/_meta.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/lua/vim/_meta.lua b/runtime/lua/vim/_meta.lua
index dada918d69..9c7972873e 100644
--- a/runtime/lua/vim/_meta.lua
+++ b/runtime/lua/vim/_meta.lua
@@ -1,6 +1,3 @@
--- prevents luacheck from making lints for setting things on vim
-local vim = assert(vim)
-
local a = vim.api
-- TODO(tjdevries): Improve option metadata so that this doesn't have to be hardcoded.