diff options
Diffstat (limited to 'fnl/config/winbar.fnl')
-rw-r--r-- | fnl/config/winbar.fnl | 4 |
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) |