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