-
-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Hi,
I am working a lot with different projects and different languages (bash, python, java, lua, rust...). So it would be awesome to have the ability to change the default panels depending on the filetype being used. and which panels are opened and which are not.
I would probably try to rely on existing features for this functionality, like adding some code to ftplugin-dir.
e.g. when opening bash-scripts, it would open an explorer on the right, but probably not outline (outline does not really work with lua or bash - maybe another feature request).
when opening a java-file (or related), it would show more panels, maybe by default.
It was mentioned to have some kind of named configurations, so it would be great to use those for example in ftplugins or anything alike...
I hope that does make sense...