From 2b24d0794e95ce45e9bbd346c99a3bd76f127102 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 5 Feb 2022 13:40:54 +0800 Subject: Use nvim-tree as file explorer when we open a folder netrw plugin needs to be disabled, and nvim-tree needs to be start package. Otherwise, the hijacking won't work, and when we open a folder, it just open a new file with the same name. --- lua/plugins.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'lua/plugins.lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index ea439a6..9b41deb 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -359,7 +359,6 @@ require("packer").startup({ use { 'kyazdani42/nvim-tree.lua', requires = { 'kyazdani42/nvim-web-devicons' }, - keys = {{'n', 's'}, }, config = [[require('config.nvim-tree')]] } end, -- cgit v1.2.3