From 156eefaaf39d511ea9b2f154de90a54d271db81a Mon Sep 17 00:00:00 2001 From: Hiroshi Muraoka Date: Wed, 27 Aug 2025 21:15:18 +0900 Subject: [PATCH] doc: update installation --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0a5dbcf..2c06638 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,7 @@ A Neovim plugin for easily copying file paths and GitHub URLs to clipboard. ```lua { "tapihdev/cfp.nvim", - config = function() - require("cfp").setup() - end, + config = true, } ``` @@ -107,4 +105,4 @@ require("cfp").setup({ ## License -Apache License 2.0 \ No newline at end of file +Apache License 2.0