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