fix(neovim): Unmap ]c, [c & show modified directories in file tree

- `]c` & `[c` are mapped by default to diffview change traversal
This commit is contained in:
Pratik Tripathy
2025-10-13 19:30:27 +05:30
parent 4defc9e32e
commit f3814850ba
2 changed files with 2 additions and 3 deletions

View File

@@ -44,7 +44,6 @@ return {
filetype = "neo-tree",
text = "Neo-tree",
highlight = "Directory",
text_align = "left",
},
},
},