disabling netrw in the options just in case

This commit is contained in:
aminnairi
2024-01-03 18:04:35 +01:00
parent 3b734c1806
commit 82197ae5ee
@@ -107,6 +107,8 @@ return {
},
-- Move to the first letter of each folder/files instead of the beginning of the line
hijack_cursor = true,
-- Disable completely netrw, just in case
disable_netrw = true,
-- dynamically get the width of the tree
width = get_width,
})