We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63e1da commit 4d28c2cCopy full SHA for 4d28c2c
init.lua
@@ -165,13 +165,13 @@ vim.o.scrolloff = 10
165
vim.o.confirm = true
166
167
-- Enable undo/redo changes even after closing and reopening a file
168
-vim.opt.undofile = true
+vim.o.undofile = true
169
170
--- Enable smooth scrolling
171
-vim.opt.smoothscroll = true
+-- Disable line wrapping
+vim.o.wrap = false
172
173
-- Highlight max chars per line
174
--- vim.opt.colorcolumn = '100'
+-- vim.o.colorcolumn = '100'
175
176
-- [[ Basic Keymaps ]]
177
-- See `:help vim.keymap.set()`
0 commit comments