diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-17 01:16:33 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-17 01:16:33 +0200 |
commit | c7468932d0d19b9f8f30a51fb79f238dfffcc0d9 (patch) | |
tree | 2258586d0b4f1f268deb07d76e8802347cb590e7 /fnl/settings | |
parent | ecf999671f61feed0ed548ae513cddc84eafd328 (diff) |
feat(colorcolumn): add width 80
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 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)] |