From 53f9b945d729bd4114afc95a768a6559171c66e3 Mon Sep 17 00:00:00 2001 From: zackartz Date: Wed, 13 Mar 2024 13:20:15 -0400 Subject: [PATCH] 173 current 2024-03-13 13:20:07 24.05.20240309.3030f18 6.7.9-zen1 * --- modules/home-manager/vim.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/modules/home-manager/vim.nix b/modules/home-manager/vim.nix index 4395b88..32cf974 100644 --- a/modules/home-manager/vim.nix +++ b/modules/home-manager/vim.nix @@ -240,19 +240,19 @@ "neo-tree" "TelescopePrompt" ]; - scope = { - show_start = false; - show_end = false; - highlight = ["@keyword"]; - char = "▏"; - include = { - node_type = { - lua = ["table_constructor"]; - }; + }; + scope = { + show_start = false; + show_end = false; + highlight = ["@keyword"]; + char = "▏"; + include = { + node_type = { + lua = ["table_constructor"]; }; }; - indent = {char = "▏";}; }; + indent = {char = "▏";}; }; };