update linebreak functionality so words stay intact at the end of a line that needs to wrap
This commit is contained in:
parent
4449e70b05
commit
e8a4271e03
1 changed files with 1 additions and 0 deletions
1
init.lua
1
init.lua
|
@ -197,6 +197,7 @@ vim.o.hlsearch = false
|
|||
|
||||
-- Make line numbers default
|
||||
vim.wo.number = true
|
||||
vim.o.linebreak = true
|
||||
|
||||
-- Enable mouse mode
|
||||
vim.o.mouse = 'a'
|
||||
|
|
Loading…
Add table
Reference in a new issue