86c0c36
1 2 3 4 5 6 7 8 9 10
require'lspconfig'.lua_ls.setup { settings = { Lua = { diagnostics = { -- Get the language server to recognize the `vim` global globals = {'vim'}, }, }, }, }