Skip to content
Snippets Groups Projects
.neoconf.json 183 B
Newer Older
Tobias Ritschl's avatar
Tobias Ritschl committed
{
  "neodev": {
    "library": {
      "enabled": true,
      "plugins": true
    }
  },
  "neoconf": {
    "plugins": {
      "lua_ls": {
        "enabled": true
      }
    }
  }
}