From 0329141f6b3daeb2d628c440ec6516fc2a243398 Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Wed, 12 Dec 2018 10:43:21 +0300 Subject: [PATCH] remove bold, it's already bold, and add link to module writing --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8257ce4..6c56d27 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ tool. This plugin is being tested against Kakoune 2018.09.04. ![showcase](https://user-images.githubusercontent.com/19470159/46813471-6ee76800-cd7f-11e8-89aa-123b3a5f9f1b.gif) ## Installation -### With **[plug.kak](https://github.com/andreyorst/plug.kak)** (recommended) +### With [plug.kak](https://github.com/andreyorst/plug.kak) (recommended) Recommended way to install is to use plug.kak plugin manager. You can install **fzf.kak** by adding this to your `kakrc`: @@ -64,6 +64,9 @@ files within single depth level doesn't matter. This may look complex, but it ma And plugin managers, like [plug.kak](https://github.com/andreyorst/plug.kak) for example, just does all those steps for you. +By the way, this structure makes it easy to extend plugin with new modules, +and you [can add modules on your own](#writing-a-module)! + ## Usage There's no default key binding to invoke fzf, but **fzf.kak** provides a `fzf-mode` command that can be mapped to preferred key. You can set your own mapping to invoke `fzf-mode`: