dotfiles/nvim/.neoconf.json

21 lines
260 B
JSON
Raw Normal View History

2024-05-14 12:29:49 +03:00
{
"neodev": {
"library": {
"enabled": true,
"plugins": true
}
},
"neoconf": {
"plugins": {
"lua_ls": {
"enabled": true
}
}
},
"lspconfig": {
"lua_ls": {
"Lua.format.enable": false
}
}
}