add scrolloff and ZenMode basics

This commit is contained in:
Alexander 2023-03-13 14:42:00 +01:00
parent 3d8f1c0508
commit 2da8bb32c7
2 changed files with 6 additions and 1 deletions

View file

@ -224,6 +224,9 @@ vim.o.updatetime = 250
vim.o.timeout = true
vim.o.timeoutlen = 300
-- Set Scrolloff
vim.o.scrolloff = 8
-- Set completeopt to have a better completion experience
vim.o.completeopt = 'menuone,noselect'