1
0
Fork 0
mirror of https://github.com/folke/lazy.nvim.git synced 2025-04-09 17:12:32 +00:00
lazy.nvim/.neoconf.json
2023-02-14 11:00:56 +01:00

15 lines
223 B
JSON

{
"neodev": {
"library": {
"plugins": [
"plenary.nvim"
]
}
},
"lspconfig": {
"lua_ls": {
"Lua.runtime.version": "LuaJIT",
"Lua.workspace.checkThirdParty": false
}
}
}