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 = "▏";}; }; };