By default, vim opens directories to the buffer using the built-in plugin netrw. See :help netrwfor information. In addition, many users, such as other plugins, such as NERDTree , edit directories. You can edit the folder using
:e /path/to/directory
or by opening it directly when starting vim:
vim /path/to/directory
source
share