From 13fd543f3fd6b894b35856c5fb2fd50214a9cc88 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Mon, 1 Jun 2026 13:36:01 +0300 Subject: [PATCH] Mention conform.nvim as a Neovim formatter plugin that supports stylua --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5af9d615..fb784df6 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ aftman add johnnymorganz/stylua@2.5.2 Note that these integrations require the StyLua binary to already be installed and available on your system. - Sublime: [Sublime Text Package](https://github.com/aerobounce/Sublime-Pretty-Lua) -- Neovim: [stylua-nvim](https://github.com/ckipp01/stylua-nvim) / [stylua.nvim](https://github.com/wesleimp/stylua.nvim) +- Neovim: [stylua-nvim](https://github.com/ckipp01/stylua-nvim) / [stylua.nvim](https://github.com/wesleimp/stylua.nvim) / [conform.nvim](https://github.com/stevearc/conform.nvim) - Zed: [Zed Lua StyLua formatter settings](https://zed.dev/docs/languages/lua#stylua) ## Usage