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