Update init.lua

To not scroll until the last line.
This commit is contained in:
Flavio Oliveira 2023-10-29 17:01:05 +00:00 committed by GitHub
parent bb776e016e
commit 8782cfe14d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -271,10 +271,7 @@ vim.o.completeopt = 'menuone,noselect'
-- NOTE: You should make sure your terminal supports this
vim.o.termguicolors = true
-- Enhancement: Visual Padding in Neovim
-- The following settings are used to create a visual "padding" effect around the text arena
vim.wo.number = true -- Enable line numbering for a left padding effect
vim.wo.signcolumn = 'yes' -- Ensure the sign column is always present for consistent padding
vim.wo.scrolloff = 8
-- [[ Basic Keymaps ]]