summaryrefslogtreecommitdiff
path: root/fnl/config/zen.fnl
blob: 543afe72048cf0ed45dca5ba15012ed41575cd96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
;; Zen mode.
(module config.zen {autoload {: 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.use-config :zen-mode opts)