summaryrefslogtreecommitdiff
path: root/fnl/plugins/editor/zen.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/editor/zen.fnl')
-rw-r--r--fnl/plugins/editor/zen.fnl15
1 files changed, 0 insertions, 15 deletions
diff --git a/fnl/plugins/editor/zen.fnl b/fnl/plugins/editor/zen.fnl
deleted file mode 100644
index e9a1576..0000000
--- a/fnl/plugins/editor/zen.fnl
+++ /dev/null
@@ -1,15 +0,0 @@
-;; 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}}})
-
-(local keys [{1 :gy 2 :<cmd>ZenMode<cr> :desc "Zen Mode"}])
-
-{1 :folke/zen-mode.nvim :cmd :ZenMode : keys : opts}