diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-17 16:59:48 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-17 16:59:48 +0200 |
commit | dd1cfd2fee20f83bae4d3ed28546665a1b89f2a8 (patch) | |
tree | 55c1e500f955da0c62ae42744ece43b2941b0be1 /fnl/config/winbar.fnl | |
parent | 52a8b447286c2bbd83ff99c18313a07fbc6f9a29 (diff) |
Add winbar
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) |