Loading session-specific configuration on switch #87
stefangstark
started this conversation in
General
Replies: 1 comment
-
It may be related to https://stackoverflow.com/questions/9281438/syntax-highlighting-doesnt-work-after-restore-a-previous-vim-session/10525050#10525050. TL;DR: use autocmd Here is a more complete answer: #84 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have some configuration in eg .lazy.lua specific to a project. When I switch sessions it seems these configs are not loaded. Im thinking to add something to PersistenceLoadPost to either load the directory's .lazy.lua if it exists or just reload the entire configuration.
Is this ill-advised? Otherwise, how could I go about this?
Beta Was this translation helpful? Give feedback.
All reactions