mirror of https://github.com/folke/lazy.nvim.git
16 lines
228 B
JSON
16 lines
228 B
JSON
|
{
|
||
|
"neodev": {
|
||
|
"library": {
|
||
|
"plugins": [
|
||
|
"plenary.nvim"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"lspconfig": {
|
||
|
"sumneko_lua": {
|
||
|
"Lua.runtime.version": "LuaJIT",
|
||
|
"Lua.workspace.checkThirdParty": false
|
||
|
}
|
||
|
}
|
||
|
}
|