summaryrefslogtreecommitdiff
path: root/fnl/config/zen.fnl
blob: a7dbe6a94754bc54a8f84c5a66bf6775c9fd8654 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
;; Zen mode.
(module config.zen {autoload {util config.util}})

(def- opts {:window {:backdrop 1
                     :height 0.8
                     :width 0.5
                     :options {:signcolumn :no
                               :number false
                               :relativenumber false}}
            :plugins {:gitsigns {:enabled false}
                      :tmux {:enabled true}
                      :twilight {:enabled true}}})

(util.setup :zen-mode opts)