22 lines
343 B
Lua
22 lines
343 B
Lua
return {
|
|
flags = {
|
|
debounce_text_changes = 150,
|
|
},
|
|
settings = {
|
|
Lua = {
|
|
diagnostics = {
|
|
globals = { 'vim' },
|
|
},
|
|
-- workspace = {
|
|
-- library = {
|
|
-- [vim.fn.expand '$VIMRUNTIME/lua'] = true,
|
|
-- [vim.fn.stdpath 'config' .. '/lua'] = true,
|
|
-- },
|
|
-- },
|
|
telemetry = {
|
|
enable = false,
|
|
},
|
|
},
|
|
},
|
|
}
|