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

{1 :folke/zen-mode.nvim
 :cmd :ZenMode
 :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}}}}