aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLibravatar sommerfeld <[email protected]>2026-04-17 10:53:08 +0100
committerLibravatar sommerfeld <[email protected]>2026-04-17 10:53:08 +0100
commit52cc7eac43bbc6c82ae1345c1481d6fed1f0aeb0 (patch)
treeec9fc42ad2d546bc859ac6c2a6b843c84295045d
parent755a3fcebe80cd02cee5eac669d6df770f0af7ad (diff)
downloaddotfiles-52cc7eac43bbc6c82ae1345c1481d6fed1f0aeb0.tar.gz
dotfiles-52cc7eac43bbc6c82ae1345c1481d6fed1f0aeb0.tar.bz2
dotfiles-52cc7eac43bbc6c82ae1345c1481d6fed1f0aeb0.zip
chore: remove commented-out nvim-treesitter-pairs dependency
Plugin was disabled waiting for main branch support. Remove the dead comment; can be re-added from git history when ready.
-rw-r--r--home/.config/nvim/lua/custom/plugins/ts.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/home/.config/nvim/lua/custom/plugins/ts.lua b/home/.config/nvim/lua/custom/plugins/ts.lua
index 43a8370..99c9688 100644
--- a/home/.config/nvim/lua/custom/plugins/ts.lua
+++ b/home/.config/nvim/lua/custom/plugins/ts.lua
@@ -62,7 +62,6 @@ return {
branch = "main",
lazy = false,
dependencies = {
- -- "theHamsta/nvim-treesitter-pairs", -- Reneable once main branch is supported
{
"LiadOz/nvim-dap-repl-highlights",
opts = {},