From 65af4f52eebb457d9889d49f57dedb8ad2e77a8d Mon Sep 17 00:00:00 2001 From: REmerald <55359236+REmerald@users.noreply.github.com> Date: Tue, 19 Jul 2022 14:55:57 +0000 Subject: [PATCH] Update options.lua --- lua/user/options.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/user/options.lua b/lua/user/options.lua index 50770da..4cabd3f 100644 --- a/lua/user/options.lua +++ b/lua/user/options.lua @@ -39,6 +39,7 @@ local options = { scrolloff = 8, -- scroll vertically when the cursor is <8 columns from the end sidescrolloff = 8, -- horizontally whichwrap = "bs<>[]hl", -- which "horizontal" chars are allowed to travel to prev/next line, see :help 'whichwrap' +} vim.opt.shortmess:append("c") -- don't give Ctrl-P,Ctrl-N messages vim.opt.runtimepath:remove("/usr/share/vim/vimfiles") -- to separate vim plugins from neovim on Arch