pidgin/nest

Remove hacky pluginTable data, and use a uniq array slice instead

Credit goes here: https://discourse.gohugo.io/t/reduce-data-into-a-different-format-and-create-markup-from-the-new-format/22591/2?u=oiyouyeahyou

Plus, fix bug that leaves an empty string in the search types set
{
"tabWidth": 4,
"useTabs": true,
"pluginSearchDirs": ["./"],
"proseWrap": "always",
"trailingComma": "es5",
"overrides": [
{
"files": "tools/**/*.js",
"options": {
"semi": false,
"singleQuote": true
}
},
{
"files": "package.json",
"options": {
"tabWidth": 2,
"useTabs": false
}
},
{
"files": "*.yaml",
"options": {
"tabWidth": 2
}
}
]
}