mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-03-31 21:26:34 +00:00
15 lines
223 B
JSON
15 lines
223 B
JSON
{
|
|
"neodev": {
|
|
"library": {
|
|
"plugins": [
|
|
"plenary.nvim"
|
|
]
|
|
}
|
|
},
|
|
"lspconfig": {
|
|
"lua_ls": {
|
|
"Lua.runtime.version": "LuaJIT",
|
|
"Lua.workspace.checkThirdParty": false
|
|
}
|
|
}
|
|
}
|