-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ranger preview/spaceline redraw issue #6894
Comments
I cloned a fresh copy of master with a default generated |
Here are the distilled reproduction steps using both fresh install of current master OR current develop.
diff --git a/.spacemacs b/.spacemacs
index 170910c..030dd92 100644
--- a/.spacemacs
+++ b/.spacemacs
@@ -34,7 +34,10 @@ values."
;; shell-default-position 'bottom)
;; spell-checking
;; syntax-checking
- ;; version-control
+ version-control
+ (ranger :variables
+ ranger-show-literal nil
+ ranger-show-preview t)
)
;; List of additional packages that will be installed without being
;; wrapped in a layer. If you need some configuration for these
@@ -206,7 +209,7 @@ values."
;; If non nil line numbers are turned on in all `prog-mode' and `text-mode'
;; derivatives. If set to `relative', also turns on relative line numbers.
;; (default nil)
- dotspacemacs-line-numbers nil
+ dotspacemacs-line-numbers t
;; If non-nil smartparens-strict-mode will be enabled in programming modes.
;; (default nil)
dotspacemacs-smartparens-strict-mode nil
|
I'm seeing something similar, but my buffers are affected as well. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
Description
Ranger preview/spaceline redraw issue
Reproduction guide 🪲 [updated]
git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d
.spacemacs
file with the following diffSPC a r
and preview files (I previewed the core spacemacs elisp file, but any should work)Observed behaviour: 👀 💔
Expected behaviour: ❤️ 😄
not that ^^^ ;-)
System Info 💻
Note: these values may no longer apply / I have reproduced with fresh installs as detailed above
The text was updated successfully, but these errors were encountered: