Files
nvim.rc/.neoconf.json
Zhang Chengdong 011f8d8fcb initial commit
2025-09-15 16:49:52 +08:00

21 lines
260 B
JSON

{
"neodev": {
"library": {
"enabled": true,
"plugins": true
}
},
"neoconf": {
"plugins": {
"lua_ls": {
"enabled": true
}
}
},
"lspconfig": {
"lua_ls": {
"Lua.format.enable": false
}
}
}