diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-02-27 14:51:55 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-02-27 14:51:55 +0300 |
commit | 1fd5087e919d53e79d728861acb5b10d420a9777 (patch) | |
tree | c93a0cfdd32ab8cf5af5d8d5b73b103bb655aa61 /README.md | |
parent | 91023a1d8ac8f1e4ea323bad9168b15e2115a8fe (diff) |
docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -900,7 +900,8 @@ consistency. Almost. There are a few differences. - By default only `git` vcs backend is enabled in Powerlevel10k. If you need `svn` and `hg`, add - them to `POWERLEVEL9K_VCS_BACKENDS`. + them to `POWERLEVEL9K_VCS_BACKENDS`. These backends aren't yet optimized in Powerlevel10k, so + enabling them will make prompt *very slow*. - Powerlevel10k doesn't support `POWERLEVEL9K_VCS_SHOW_SUBMODULE_DIRTY=true`. - Powerlevel10k strives to be bug-compatible with Powerlevel9k but not when it comes to egregious bugs. If you accidentally rely on these bugs, your prompt will differ between Powerlevel9k and |