diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-17 01:36:49 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-17 01:36:49 +0200 |
commit | 57b4c5856cec7b77e85a33095fd62f25ad34ddf9 (patch) | |
tree | 9f0bfc7b0ff6cd058beab8e0ff91d8f6703d5b47 /fnl | |
parent | 514db643876c51262dc61e6a6c9d86418b6a5a85 (diff) |
style: format
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/settings/options.fnl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fnl/settings/options.fnl b/fnl/settings/options.fnl index 9800834..8148f1f 100644 --- a/fnl/settings/options.fnl +++ b/fnl/settings/options.fnl @@ -70,8 +70,7 @@ :scrolloff 8 :sidescrolloff 8 ;; the font used in graphical neovim applications - :guifont "monospace:h17" - }) + :guifont "monospace:h17"}) (defn- apply-opts [] (each [k v (pairs opts)] (tset vim.opt k v))) |