add vim global to sumneko_lua setup

This commit is contained in:
2022-02-14 17:16:27 +03:00
parent 5aa3427cc7
commit 7f579442ce

View File

@@ -170,6 +170,7 @@ lsp_installer.on_server_ready(function(server)
},
diagnostics = {
library = vim.api.nvim_get_runtime_file("", true),
globals = { "vim" },
},
telemetry = {
enable = false,