doom-neovim / doom-nvim

A Neovim configuration for the advanced martian hacker
GNU General Public License v2.0
1k stars 108 forks source link

fix(explorer): delete duplicate keybinding #383

Closed edwintorok closed 2 years ago

edwintorok commented 2 years ago

explorer/init.lua already defines the proper one that calls NvimTreeToggle. Lexplore is a netrw command (disabled by default), and Lexplore%s looks like a typo.

Fixes https://github.com/NTBBloodbath/doom-nvim/issues/374

connorgmeehan commented 2 years ago

Perfect I've been meaning to fix this one thank you. :)