From 5cef662ccf6d54d75bb3f7126541f003f50eba30 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Mon, 5 Jun 2023 23:10:07 +0300 Subject: [PATCH] dev: move colorizer option to the correct module --- extra.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra.nix b/extra.nix index 8463fb2..32d96e7 100644 --- a/extra.nix +++ b/extra.nix @@ -178,6 +178,7 @@ inputs: let vim.ui = { noice.enable = true; + colorizer.enable = true; smartcolumn = { enable = true; columnAt.languages = { @@ -188,7 +189,6 @@ inputs: let go = [90 130]; }; }; - colorizer.enable = true; }; vim.assistant = {