From 827e132d868a5068ecc67315aa00919a6b3d5a72 Mon Sep 17 00:00:00 2001 From: Kenzo Wada <79452224+Kenzo-Wada@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:34:47 +0900 Subject: [PATCH] Add boundary.nvim to the list of Lua libraries --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9728a77..0d2080f 100644 --- a/README.md +++ b/README.md @@ -1311,3 +1311,4 @@ A curated list of awesome Lua frameworks, libraries and software. * [Yonaba/Lua-Class-System](https://github.com/Yonaba/Lua-Class-System) - Lua Class System (LCS) is a small library which offers a clean, minimalistic but powerful API for (Pseudo) Object Oriented programming style using Lua. * [mebens/strong](https://github.com/mebens/strong) - A Lua library that makes your strings stronger! * [bungle/lua-resty-uuid](https://github.com/bungle/lua-resty-uuid) - LuaJIT FFI bindings for libuuid, a DCE compatible Universally Unique Identifier library. +* [Kenzo-Wada/boundary.nvim](https://github.com/Kenzo-Wada/boundary.nvim) - Display `'use client'` markers inline in your JSX code to visualize client component boundaries.