Refactor: Use vim.o and adjust scrolling/wrapping options

pull/1627/head^2
MN-nagy 2 months ago committed by orip
parent c63e1da3f8
commit 4d28c2cfe9

@ -165,13 +165,13 @@ vim.o.scrolloff = 10
vim.o.confirm = true
-- Enable undo/redo changes even after closing and reopening a file
vim.opt.undofile = true
vim.o.undofile = true
-- Enable smooth scrolling
vim.opt.smoothscroll = true
-- Disable line wrapping
vim.o.wrap = false
-- Highlight max chars per line
-- vim.opt.colorcolumn = '100'
-- vim.o.colorcolumn = '100'
-- [[ Basic Keymaps ]]
-- See `:help vim.keymap.set()`

Loading…
Cancel
Save