doc/neovim: fix formatting

Ran nixfmt and saw untouched section that needed formatting.
This commit is contained in:
Austin Horstman
2026-06-26 20:39:59 -05:00
parent 6474a24fdd
commit a47702c9df
+4 -1
View File
@@ -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 ];