From a47702c9dfe87c27e5db1342fcea846a635dcd20 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Fri, 26 Jun 2026 20:39:59 -0500 Subject: [PATCH] doc/neovim: fix formatting Ran nixfmt and saw untouched section that needed formatting. --- doc/languages-frameworks/neovim.section.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/languages-frameworks/neovim.section.md b/doc/languages-frameworks/neovim.section.md index ba258267352a..78e9bf714013 100644 --- a/doc/languages-frameworks/neovim.section.md +++ b/doc/languages-frameworks/neovim.section.md @@ -101,7 +101,10 @@ wrapNeovimUnstable neovim-unwrapped { }) ''; } - (nvim-treesitter.withPlugins (p: [ p.nix p.python ])) + (nvim-treesitter.withPlugins (p: [ + p.nix + p.python + ])) hex-nvim ]; extraLuaPackages = lp: [ lp.mpack ];