Update options.lua

pull/196/head
REmerald 2 years ago committed by GitHub
parent f32f178bb6
commit 65af4f52ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save