From 5849e2ad7323f086bd6edf221b29e3f0b2b7cbd3 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Thu, 5 Dec 2024 13:34:46 -0500 Subject: Removed Useless Configs --- .../extensions/node_modules/coc-pairs/package.json | 79 ---------------------- 1 file changed, 79 deletions(-) delete mode 100644 .config/coc/extensions/node_modules/coc-pairs/package.json (limited to '.config/coc/extensions/node_modules/coc-pairs/package.json') diff --git a/.config/coc/extensions/node_modules/coc-pairs/package.json b/.config/coc/extensions/node_modules/coc-pairs/package.json deleted file mode 100644 index 5ca4f21..0000000 --- a/.config/coc/extensions/node_modules/coc-pairs/package.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "name": "coc-pairs", - "version": "1.3.2", - "description": "Auto pair extension for coc.nvim", - "main": "lib/index.js", - "publisher": "chemzqm", - "repository": { - "type": "git", - "url": "https://github.com/neoclide/coc-pairs.git" - }, - "keywords": [ - "coc.nvim", - "autopair" - ], - "engines": { - "coc": "^0.0.80" - }, - "scripts": { - "clean": "rimraf lib", - "build": "tsc -p tsconfig.json", - "prepare": "tsc -p tsconfig.json" - }, - "activationEvents": [ - "*" - ], - "contributes": { - "configuration": { - "type": "object", - "properties": { - "pairs.disableLanguages": { - "type": "array", - "items": { - "type": "string" - }, - "default": [], - "description": "A list of languages IDs to disable this extension on" - }, - "pairs.enableCharacters": { - "type": "array", - "items": { - "type": "string" - }, - "default": [ - "(", - "[", - "{", - "<", - "'", - "\"", - "`" - ], - "description": "Enabled character list for keymap." - }, - "pairs.alwaysPairCharacters": { - "type": "array", - "items": { - "type": "string" - }, - "default": [], - "description": "Characters that should be paired without check for next character." - }, - "pairs.enableBackspace": { - "type": "boolean", - "description": "Remap your backspce to delete paired characters when necessary, won't work when already mapped.", - "default": true - } - } - } - }, - "author": "chemzqm@gmail.com", - "license": "MIT", - "devDependencies": { - "@chemzqm/tsconfig": "^0.0.3", - "@types/node": "^12.12.0", - "coc.nvim": "^0.0.81-next.8", - "typescript": "^4.1.3" - }, - "dependencies": {} -} -- cgit v1.2.3