1
Fork 0

Don't respect gitignore in nvim file browser

This commit is contained in:
Hadeed 2023-08-23 04:10:24 +05:00
parent bf59673ceb
commit 1faf2e19f2

View file

@ -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"