summaryrefslogtreecommitdiff
path: root/fnl/config/winbar.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-17 16:59:48 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-17 16:59:48 +0200
commitdd1cfd2fee20f83bae4d3ed28546665a1b89f2a8 (patch)
tree55c1e500f955da0c62ae42744ece43b2941b0be1 /fnl/config/winbar.fnl
parent52a8b447286c2bbd83ff99c18313a07fbc6f9a29 (diff)
Add winbar
Diffstat (limited to 'fnl/config/winbar.fnl')
-rw-r--r--fnl/config/winbar.fnl4
1 files changed, 4 insertions, 0 deletions
diff --git a/fnl/config/winbar.fnl b/fnl/config/winbar.fnl
new file mode 100644
index 0000000..6b1c548
--- /dev/null
+++ b/fnl/config/winbar.fnl
@@ -0,0 +1,4 @@
+;; Winbar settings
+(module config.winbar)
+
+(tset vim.opt :winbar :%t%m)