Skip to content

Commit

Permalink
docs: fixed error in config for Spectre
Browse files Browse the repository at this point in the history
  • Loading branch information
aap01 authored Oct 10, 2023
1 parent 97cfd1b commit 5d7e725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ require('spectre').setup({
},
replace_vim_cmd = "cdo",
is_open_target_win = true, --open file on opener window
is_insert_mode = false -- start open panel on is_insert_mode
is_insert_mode = false, -- start open panel on is_insert_mode
is_block_ui_break = false -- mapping backspace and enter key to avoid ui break
})

Expand Down

0 comments on commit 5d7e725

Please # to comment.