aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_spacemacs.d/init.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/_spacemacs.d/init.el b/_spacemacs.d/init.el
index f181352..9ebb347 100644
--- a/_spacemacs.d/init.el
+++ b/_spacemacs.d/init.el
@@ -93,6 +93,18 @@
octave
org
python
+ (ranger :variables
+ ranger-show-preview t
+ ;; Do not show hidden files by default
+ ranger-show-hidden nil
+ ;; Cleanup opened buffers when disabling the minor mode
+ ranger-cleanup-on-disable t
+ ;; Delay time to update the footer information (default: 0.01 second)
+ ranger-footer-delay 0.1
+ ;; Delay time to preview the file (default: 0.05 second)
+ ranger-preview-delay 0.2
+ ;; File size in MB to prevent preview of files (default: 2)
+ ranger-max-preview-size 1)
ruby
scheme
(shell :variables