From 3fbe570a30e87ed84c7b326faed6501199653eb9 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Mon, 10 Mar 2025 20:43:39 -0700 Subject: [PATCH] feat: extras.ui.treesitter-context --- flake.nix | 3 +++ init.lua | 1 + 2 files changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 3ad863f..82fd9b6 100644 --- a/flake.nix +++ b/flake.nix @@ -298,6 +298,9 @@ name = "mini.animate"; } + # Treesitter-context + nvim-treesitter-context + # Custom rose-pine diffview-nvim diff --git a/init.lua b/init.lua index e76f6da..936fc40 100644 --- a/init.lua +++ b/init.lua @@ -79,6 +79,7 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start', { import = 'lazyvim.plugins.extras.test.core' }, { import = 'lazyvim.plugins.extras.ui.mini-animate' }, + { import = 'lazyvim.plugins.extras.ui.treesitter-context' }, -- These need to be after extras to prevent extras from overwriting them.