Skip to content

Commit 799a382

Browse files
committed
🚧 nvim: temporary disable Dkendal/nvim-treeclimber
1 parent 5ee91b7 commit 799a382

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.config/nvim/lua/plugins.lua

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -452,12 +452,12 @@ require("lazy").setup({
452452
{
453453
"mfussenegger/nvim-treehopper",
454454
},
455-
{
456-
"Dkendal/nvim-treeclimber",
457-
config = function()
458-
require("nvim-treeclimber").setup()
459-
end,
460-
},
455+
-- {
456+
-- "Dkendal/nvim-treeclimber",
457+
-- config = function()
458+
-- require("nvim-treeclimber").setup()
459+
-- end,
460+
-- },
461461
{
462462
-- TODO tag
463463
"kylechui/nvim-surround",

0 commit comments

Comments
 (0)