From 163bca600b1394c464e320bfc875209788f7f97f Mon Sep 17 00:00:00 2001 From: hat0uma <55551571+hat0uma@users.noreply.github.com> Date: Sat, 8 Nov 2025 22:43:42 +0900 Subject: [PATCH] docs(README): Add instructions for LazyVim users --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b9a02c7..d9b599e 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,9 @@ Install the plugin using your favorite package manager. } ``` +> [!NOTE] +> For LazyVim users, create a new file (e.g., `lua/plugins/csvview.lua`) and wrap the code block above with `return { ... }`. + ### vim-plug ```vim