Don't automatically insert linebreaks
This commit is contained in:
parent
2464f21e8c
commit
523dd51821
3
init.lua
3
init.lua
|
@ -909,6 +909,9 @@ require('lazy').setup({
|
||||||
-- Used for wrapping during text formatting
|
-- Used for wrapping during text formatting
|
||||||
vim.o.textwidth = 120
|
vim.o.textwidth = 120
|
||||||
|
|
||||||
|
-- Don't automatically insert linebreaks
|
||||||
|
vim.opt.formatoptions:remove { "t" }
|
||||||
|
|
||||||
-- Set highlight on search
|
-- Set highlight on search
|
||||||
vim.o.hlsearch = true
|
vim.o.hlsearch = true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue