diff --git a/opt/gruvbox/autoload b/opt/gruvbox/autoload deleted file mode 120000 index c5b672ae..00000000 --- a/opt/gruvbox/autoload +++ /dev/null @@ -1 +0,0 @@ -../../autoload \ No newline at end of file diff --git a/opt/gruvbox/colors b/opt/gruvbox/colors deleted file mode 120000 index daf99fdc..00000000 --- a/opt/gruvbox/colors +++ /dev/null @@ -1 +0,0 @@ -../../colors \ No newline at end of file diff --git a/package.json b/package.json index aa1d1788..464cb7c8 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "repository": "git@github.com:morhetz/gruvbox.git", "author": "Pavel Pertsev ", "license": "MIT", - "files": [ - "opt" - ] + "vim": { + "optional": true + } }