diff options
author | aktersnurra <grydholm@kth.se> | 2022-05-01 12:14:57 +0200 |
---|---|---|
committer | aktersnurra <grydholm@kth.se> | 2022-05-01 12:14:57 +0200 |
commit | a58a11f8566e06914ab87c36848d50aea921a0b9 (patch) | |
tree | f76fac6dec1c455a4c72c4d1d6dd19a7f6453880 /fnl/settings | |
parent | c5266d7513f3d5c665298c1d0ee5e572043365e1 (diff) |
fix(options): add laststatus
Diffstat (limited to 'fnl/settings')
-rw-r--r-- | fnl/settings/options.fnl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/settings/options.fnl b/fnl/settings/options.fnl index acb643d..c468f16 100644 --- a/fnl/settings/options.fnl +++ b/fnl/settings/options.fnl @@ -72,6 +72,7 @@ :signcolumn :yes ;; display lines as one long line :wrap false + :laststatus 3 ;; is one of my fav :scrolloff 8 :sidescrolloff 8 |