-
💻 @nathanfurnalAuthor OwnerThe
lsp-ui-imenu
is on the right,treemacs
on the left,ipython
below. If you don't want to uselsp-ui-menu
for some reasons but still want the window on the right, you can use imenu-list. -
Hi, thanks for the amazing config, I have a question, how did you get those tabs in your interpreter buffer? If I open a tab it opens as a global tab and not a buffer specific tab. Also, do you have a function to open all of this together when you open a project? like starting treemacs, lsp-ui, python interpreter and magit and stuff?
-
💻 @nathanfurnalAuthor OwnerHi @ashwinrchella ! I use centaur tabs to have tabs grouped by file extension or subject, the github has lots of good examples of that.
If you wanted to start everything from the get go, you could write a hook that opens up all those windows when you start
python-mode
for example. -
💻 @nathanfurnalAuthor OwnerMy pleasure! My
init.el
has changed a bit but there's a the more recent python config there if you want to check it out -
💻 @nathanfurnalAuthor OwnerSounds good, I'll check that out!
Please register or sign in to comment