add scrolloff and ZenMode basics

pull/324/head
Alexander 2 years ago
parent 3d8f1c0508
commit 2da8bb32c7

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

@ -2,4 +2,6 @@
-- I promise not to create any merge conflicts in this directory :) -- I promise not to create any merge conflicts in this directory :)
-- --
-- See the kickstart.nvim README for more information -- See the kickstart.nvim README for more information
return {} return {
"folke/zen-mode.nvim",
}

Loading…
Cancel
Save