added settings for scrolloff and column-color

This commit is contained in:
Micah Effiong 2023-06-06 12:53:14 +01:00
parent f38d990c20
commit 84f2fbe946
1 changed files with 5 additions and 0 deletions

View File

@ -12,3 +12,8 @@ vim.opt.tabstop = 2
vim.opt.shiftwidth = 2
vim.opt.expandtab = true
vim.opt.colorcolumn = '80'
-- always have a set number of lines
-- below the screen except at the end of the screen
vim.opt.scrolloff = 8