LazyVim/.neoconf.json

16 lines
183 B
JSON
Raw Normal View History

2023-01-07 10:20:36 +01:00
{
"neodev": {
"library": {
"enabled": true,
"plugins": true
}
},
"neoconf": {
"plugins": {
2023-02-27 10:29:06 +01:00
"lua_ls": {
2023-01-07 10:20:36 +01:00
"enabled": true
}
}
}
}