Don't automatically insert linebreaks

pull/1456/head
Zach Zolton 9 months ago
parent 2464f21e8c
commit 523dd51821

@ -909,6 +909,9 @@ require('lazy').setup({
-- Used for wrapping during text formatting
vim.o.textwidth = 120
-- Don't automatically insert linebreaks
vim.opt.formatoptions:remove { "t" }
-- Set highlight on search
vim.o.hlsearch = true

Loading…
Cancel
Save