mirror of
https://github.com/neovim/neovim.git
synced 2025-11-17 15:51:32 +00:00
fix(lua): properly configure luacheck and remove local vim = ... lines (#20551)
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
local vim = vim
|
||||
local uv = vim.loop
|
||||
local log = require('vim.lsp.log')
|
||||
local protocol = require('vim.lsp.protocol')
|
||||
|
||||
Reference in New Issue
Block a user