From 61182c27d6a9d3880c55a0e2c9a9d73f72c36065 Mon Sep 17 00:00:00 2001
From: Gustaf Rydholm <gustaf.rydholm@gmail.com>
Date: Wed, 4 Jan 2023 15:46:32 +0100
Subject: Update v0.9 opts

---
 fnl/settings/options.fnl | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

(limited to 'fnl/settings')

diff --git a/fnl/settings/options.fnl b/fnl/settings/options.fnl
index 52745f1..1857104 100644
--- a/fnl/settings/options.fnl
+++ b/fnl/settings/options.fnl
@@ -80,15 +80,16 @@
             : spellfile
             :spelllang [:en_us]
             ;; the font used in graphical neovim applications
-            :guifont "monospace:h17"})
+            :guifont "monospace:h17"
+            :splitkeep :screen})
 
 (apply-opts opts)
 
 (nvim.ex.set "whichwrap+=<,>,[,],h,l")
 (nvim.ex.set :iskeyword+=-)
 (nvim.ex.set :formatoptions-=cro)
-(nvim.ex.set :colorcolumn=80)
-(nvim.ex.set :shortmess+=c)
+(nvim.ex.set :colorcolumn=88)
+(nvim.ex.set :shortmess=filnxtToOFWIcC)
 
 ;; Netrw settings
 (set vim.g.netrw_browse_split 0)
-- 
cgit v1.2.3-70-g09d2