Set textwidth
This commit is contained in:
parent
87e77c7c58
commit
0e16ab6e36
3
init.lua
3
init.lua
|
@ -168,6 +168,9 @@ require('lazy').setup({
|
||||||
-- See `:help vim.o`
|
-- See `:help vim.o`
|
||||||
-- NOTE: You can change these options as you wish!
|
-- NOTE: You can change these options as you wish!
|
||||||
|
|
||||||
|
-- Used for wrapping during text formatting
|
||||||
|
vim.o.textwidth = 120
|
||||||
|
|
||||||
-- Set highlight on search
|
-- Set highlight on search
|
||||||
vim.o.hlsearch = false
|
vim.o.hlsearch = false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue