diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-17 01:18:08 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-17 01:18:08 +0200 |
commit | 96bea9da9650001e2888e9689abe548ca875a819 (patch) | |
tree | 4e392fe496f2696becca6583c652c6d6e833526f /fnl | |
parent | 758ac190867d379e9d5e563d922561d08742dc7a (diff) |
Revert "feat(colorcolumn): add width 80"
This reverts commit c7468932d0d19b9f8f30a51fb79f238dfffcc0d9.
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/settings/options.fnl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fnl/settings/options.fnl b/fnl/settings/options.fnl index 2e45cbf..f49867e 100644 --- a/fnl/settings/options.fnl +++ b/fnl/settings/options.fnl @@ -68,7 +68,6 @@ :sidescrolloff 8 :guifont "monospace:h17" ;; the font used in graphical neovim applications - :colorcolumn 80 }) (defn- apply-opts [] (each [k v (pairs opts)] |