diff --git a/nvim/lua/options.lua b/nvim/lua/options.lua index 85eec6a..5a44cf1 100644 --- a/nvim/lua/options.lua +++ b/nvim/lua/options.lua @@ -70,6 +70,9 @@ vim.opt.cursorline = true -- Minimal number of screen lines to keep above and below the cursor. vim.opt.scrolloff = 10 +-- Word wrap off by default +vim.opt.wrap = false + vim.opt.guifont = 'Cascadia Mono:h12:#h-slight' vim.opt.linespace = -1