From 601695ff35f419ba0389b9db98b9c8abc422f665 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 9 Feb 2025 20:33:31 +0000 Subject: [PATCH] nvim: remove neo-tree --- nvim/lua/plugins/editor.lua | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/nvim/lua/plugins/editor.lua b/nvim/lua/plugins/editor.lua index 0407b47..c3281fe 100644 --- a/nvim/lua/plugins/editor.lua +++ b/nvim/lua/plugins/editor.lua @@ -176,28 +176,4 @@ return { { "sT", "TodoTelescope keywords=TODO,FIX,FIXME", desc = "Todo/Fix/Fixme" }, }, }, - { - "neo-tree.nvim", - enabled = false, - lazy = false, - opts = { - filesystem = { - -- TODO: review these - bind_to_cwd = false, - follow_current_file = { - enabled = false, - }, - }, - }, - keys = function() - local NeoTree = function(args) - return function() - require("neo-tree.command").execute(args) - end - end - return { - { "fe", NeoTree({ toggle = true, dir = vim.loop.cwd() }) }, - } - end, - }, } -- 2.48.1