fix!: disable line wrapping
This commit is contained in:
parent
4afa139086
commit
ec1930cb02
1 changed files with 4 additions and 0 deletions
4
init.lua
4
init.lua
|
@ -98,6 +98,10 @@ vim.g.have_nerd_font = false
|
|||
-- NOTE: You can change these options as you wish!
|
||||
-- For more options, you can see `:help option-list`
|
||||
|
||||
|
||||
-- Disable line wrapping.
|
||||
vim.opt.wrap = false
|
||||
|
||||
-- Make line numbers default
|
||||
vim.opt.number = true
|
||||
-- You can also add relative line numbers, to help with jumping.
|
||||
|
|
Loading…
Reference in a new issue