Set textwidth
This commit is contained in:
parent
87e77c7c58
commit
0e16ab6e36
1 changed files with 3 additions and 0 deletions
3
init.lua
3
init.lua
|
|
@ -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…
Add table
Add a link
Reference in a new issue