diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-11-13 00:55:45 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-11-13 00:55:45 +0100 |
commit | 4d6e8077f14c45bac44466bc99fb4f813aa053ab (patch) | |
tree | 01371f027c4e18a0f4a71cc73d28fc9e7eb11b22 /fnl/settings | |
parent | 4068a66850755c8181ccdeb1d9ac7c388965f841 (diff) |
Update to lsp and add autoread
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 6d1fd7a..52745f1 100644 --- a/fnl/settings/options.fnl +++ b/fnl/settings/options.fnl @@ -72,6 +72,7 @@ ;; display lines as one long line :wrap false :laststatus 3 + :autoread true ;; is one of my fav :scrolloff 8 :sidescrolloff 8 |