Fix lua vim global
This commit is contained in:
@@ -6,7 +6,14 @@ return {
|
||||
-- example using `opts` for defining servers
|
||||
opts = {
|
||||
servers = {
|
||||
lua_ls = {},
|
||||
lua_ls = {
|
||||
autostart = true,
|
||||
settings = {
|
||||
Lua = {
|
||||
diagnostics = { globals = {'vim'} }
|
||||
}
|
||||
},
|
||||
},
|
||||
markdown_oxide = {},
|
||||
terraformls = {},
|
||||
superhtml = {},
|
||||
|
||||
Reference in New Issue
Block a user