nvim: update lua package

This commit is contained in:
Guilherme Rugai Freire 2023-10-21 19:27:37 -03:00
parent 04dd728efc
commit 80862f7fe7
No known key found for this signature in database
GPG Key ID: C246288AC51220BC

View File

@ -6,11 +6,11 @@ lsp.ensure_installed({
'tsserver', 'tsserver',
'eslint', 'eslint',
'clangd', 'clangd',
'sumneko_lua', 'lua_ls',
}) })
-- Fix Undefined global 'vim' -- Fix Undefined global 'vim'
lsp.configure('sumneko_lua', { lsp.configure('lua_ls', {
settings = { settings = {
Lua = { Lua = {
diagnostics = { diagnostics = {