Files
dotfiles/.config/nvim/.neoconf.json
Matthias Puchstein 0896de2c4f switched to astronvim;
2025-05-03 15:37:14 +02: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
}
}
}