From 8d3cf612ec902bc949c0653a8825e0c3d178a4b6 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Wed, 19 Feb 2025 19:59:44 +0100 Subject: [PATCH] Add biome to default nvim derivation --- nvim/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nvim/default.nix b/nvim/default.nix index 62f1e94..76fdb03 100644 --- a/nvim/default.nix +++ b/nvim/default.nix @@ -144,8 +144,11 @@ in gopls go - # nix formatter + # formatter alejandra + # might need to find a way to disable it for projects that use prettier but it's just more convenient to have it always on + # (for json or to allow use without an outer shell) + biome # Give access to gdbus for color-scheme detection (vim-lumen). glib