Don't respect gitignore in nvim file browser
This commit is contained in:
parent
bf59673ceb
commit
1faf2e19f2
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ return {
|
||||||
hide_parent_dir = true,
|
hide_parent_dir = true,
|
||||||
hijack_netrw = true,
|
hijack_netrw = true,
|
||||||
initial_mode = "normal",
|
initial_mode = "normal",
|
||||||
respect_gitignore = "false",
|
respect_gitignore = false,
|
||||||
sorting_strategy = "ascending",
|
sorting_strategy = "ascending",
|
||||||
layout_config = {
|
layout_config = {
|
||||||
prompt_position = "top"
|
prompt_position = "top"
|
||||||
|
|
Loading…
Reference in a new issue