mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-15 04:03:30 +00:00
14 lines
373 B
Lua
14 lines
373 B
Lua
return {
|
|
settings = {
|
|
Lua = {
|
|
diagnostics = { globals = { 'vim' } },
|
|
runtime = { version = 'LuaJIT' },
|
|
workspace = {
|
|
checkThirdParty = false,
|
|
library = { vim.env.VIMRUNTIME },
|
|
},
|
|
telemetry = { enable = false },
|
|
hint = { enable = true },
|
|
},
|
|
},
|
|
}
|