GuiltyDolphin / project-root-vim

Easier interaction with project root directories.
GNU General Public License v3.0
0 stars 0 forks source link

Allow user to specify window splitting method #4

Open GuiltyDolphin opened 8 years ago

GuiltyDolphin commented 8 years ago

Instead of always splitting e.g., vertically, we should let the user choose how they want the window to be split in general.

I'm thinking a global variable g:project_root_window_open_method, that can be set to things like 'open', 'vertical', 'horizontal' etc...


Research: