summaryrefslogtreecommitdiff
path: root/fnl/config/zen.fnl
blob: 1a0c94e6db7d160a8950ff7447fd9b95cb7b7306 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
;; Zen mode.

(local opts {:window {:backdrop 1
                     :height 1
                     :width 120
                     :options {:signcolumn :no
                               :number false
                               :relativenumber false}}
            :plugins {:gitsigns {:enabled false}
                      :tmux {:enabled true}
                      :twilight {:enabled true}}})

{1 :folke/zen-mode.nvim :cmd :ZenMode :config opts}