diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-04 15:46:32 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-04 15:46:32 +0100 |
commit | 61182c27d6a9d3880c55a0e2c9a9d73f72c36065 (patch) | |
tree | c97c53e2a7bf61d70832824295f2e8ec9687d072 /fnl/settings | |
parent | 4872151a219b66aa2ff67bf2eacddfaae7379ddc (diff) |
Update v0.9 opts
Diffstat (limited to 'fnl/settings')
-rw-r--r-- | fnl/settings/options.fnl | 7 |
1 files changed, 4 insertions, 3 deletions
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) |