Skip to content

Commit

Permalink
fix(filesystem): stop overwriting users custom commands
Browse files Browse the repository at this point in the history
  • Loading branch information
cseickel committed Jan 1, 2022
1 parent b5010eb commit ecd4754
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/neo-tree/sources/filesystem/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ end
M.setup = function(config)
if default_config == nil then
default_config = config
default_config.commands = require("neo-tree.sources.filesystem.commands")
local autocmds = {}
local refresh_cmd = ":lua require('neo-tree.sources.filesystem').refresh()"
table.insert(autocmds, "augroup neotreefilesystem")
Expand Down

0 comments on commit ecd4754

Please sign in to comment.