Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
fix(explorer): avoid startup warning about unknown option
Browse files Browse the repository at this point in the history
Signed-off-by: Edwin Török <[email protected]>
  • Loading branch information
edwintorok authored and NTBBloodbath committed Aug 8, 2022
1 parent 2e1dc99 commit bf67dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/doom/modules/features/explorer/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ explorer.settings = {
view = {
width = 35,
side = "left",
auto_resize = true,
mappings = {
custom_only = false,
},
Expand Down Expand Up @@ -72,6 +71,7 @@ explorer.settings = {
},
actions = {
open_file = {
resize_window = true, -- previously view.auto_resize
window_picker = {
exclude = {
filetype = {
Expand Down

0 comments on commit bf67dad

Please sign in to comment.