diff options
-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 f49867e..2e45cbf 100644 --- a/fnl/settings/options.fnl +++ b/fnl/settings/options.fnl @@ -68,6 +68,7 @@ :sidescrolloff 8 :guifont "monospace:h17" ;; the font used in graphical neovim applications + :colorcolumn 80 }) (defn- apply-opts [] (each [k v (pairs opts)] |