ms-jpq / chadtree

File manager for Neovim. Better than NERDTree.
1.64k stars 61 forks source link

Question: How do I get a terminal like this showcase? #353

Closed acomagu closed 6 months ago

acomagu commented 10 months ago

This is from your README:

The right side seems terminal emulator, but the result of commands are folded. How is it achieved? Other plugin?

niomate commented 6 months ago

You might want to check out the powerlevel10k theme for zsh

acomagu commented 6 months ago

@niomate OK, I thought all the output of the command was folded, but in fact only the prompt is compressed. Thank you for your information!