fix!: disable line wrapping

This commit is contained in:
Renken 2024-08-19 17:10:54 +02:00
parent 4afa139086
commit ec1930cb02
Signed by: renken
GPG key ID: 1F2BB159B645E575

View file

@ -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.