When I have neotree and shell-pop I do the following:
M-: (setq shell-pop-full-span t) to enable full span.
M-x neotree-toggle to toggle Neotree to be visible.
M-x shell-pop to try and open shell.
For step 3, the shell does not pop up and instead I get the error message Cannot split side window or parent of side window. This is counterintuitive because I can only have one or the other but not both.
When I have
neotree
andshell-pop
I do the following:M-: (setq shell-pop-full-span t)
to enable full span.M-x neotree-toggle
to toggle Neotree to be visible.M-x shell-pop
to try and open shell.For step 3, the shell does not pop up and instead I get the error message
Cannot split side window or parent of side window
. This is counterintuitive because I can only have one or the other but not both.