LazyVim.LazyVim/.neoconf.json

16 lines
183 B
JSON
Raw Permalink Normal View History

2022-12-30 17:30:52 +01:00
{
"neodev": {
"library": {
"enabled": true,
"plugins": true
}
},
"neoconf": {
"plugins": {
2023-03-04 10:40:20 +01:00
"lua_ls": {
2022-12-30 17:30:52 +01:00
"enabled": true
}
}
}
}