.neoconf.json 183 B

123456789101112131415
  1. {
  2. "neodev": {
  3. "library": {
  4. "enabled": true,
  5. "plugins": true
  6. }
  7. },
  8. "neoconf": {
  9. "plugins": {
  10. "lua_ls": {
  11. "enabled": true
  12. }
  13. }
  14. }
  15. }