fix: desperate attempt at wrapping

This commit is contained in:
Thomas Alcala Schneider 2023-07-21 16:22:27 +02:00
parent d90e454f60
commit 732544a6bc
3 changed files with 7 additions and 1 deletions

View file

@ -206,7 +206,10 @@ require('lazy').setup({
{ import = 'custom.plugins' },
}, {
concurrency = 10,
})
})
vim.o.wrap = true
vim.o.relativenumber = true
-- [[ Setting options ]]
-- See `:help vim.o`