mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-09 20:19:37 +00:00
nvim: update lua package
This commit is contained in:
parent
04dd728efc
commit
80862f7fe7
@ -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 = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user