mirror of
https://github.com/Xevion/astronvim_config.git
synced 2025-12-06 03:14:22 -06:00
21 lines
260 B
JSON
21 lines
260 B
JSON
{
|
|
"neodev": {
|
|
"library": {
|
|
"enabled": true,
|
|
"plugins": true
|
|
}
|
|
},
|
|
"neoconf": {
|
|
"plugins": {
|
|
"lua_ls": {
|
|
"enabled": true
|
|
}
|
|
}
|
|
},
|
|
"lspconfig": {
|
|
"lua_ls": {
|
|
"Lua.format.enable": false
|
|
}
|
|
}
|
|
}
|