From d102d77393279a0ca1ce4aaf307e4151d54142ca Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 15 Nov 2020 16:06:23 +0100 Subject: plugins/link: drop create options It is an unnecessary complication. Just list the directories explicitly. --- README.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ae7e570..cfb7e56 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,6 @@ mapped to extended configuration dictionaries. | Parameter | Explanation | | --- | --- | | `path` | The source for the symlink, the same as in the shortcut syntax (default: null, automatic (see below)) | -| `create` | When true, create parent directories to the link as needed. (default: false) | | `relink` | Removes the old target if it's a symlink (default: false) | | `force` | Force removes the old target, file or folder, and forces a new link (default: false) | | `relative` | Use a relative path to the source when creating the symlink (default: false, absolute links) | @@ -184,7 +183,6 @@ mapped to extended configuration dictionaries. ```yaml - link: ~/.config/terminator: - create: true path: config/terminator ~/.vim: vim ~/.vimrc: -- cgit v1.2.3