diff options
| author | 2026-04-17 10:53:08 +0100 | |
|---|---|---|
| committer | 2026-04-17 10:53:08 +0100 | |
| commit | 52cc7eac43bbc6c82ae1345c1481d6fed1f0aeb0 (patch) | |
| tree | ec9fc42ad2d546bc859ac6c2a6b843c84295045d | |
| parent | 755a3fcebe80cd02cee5eac669d6df770f0af7ad (diff) | |
| download | dotfiles-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.lua | 1 |
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 = {}, |
