Set textwidth

pull/1456/head
Zach Zolton 2 years ago
parent 87e77c7c58
commit 0e16ab6e36
No known key found for this signature in database

@ -168,6 +168,9 @@ require('lazy').setup({
-- See `:help vim.o`
-- NOTE: You can change these options as you wish!
-- Used for wrapping during text formatting
vim.o.textwidth = 120
-- Set highlight on search
vim.o.hlsearch = false

Loading…
Cancel
Save