fix: desperate attempt at wrapping
This commit is contained in:
parent
d90e454f60
commit
732544a6bc
3 changed files with 7 additions and 1 deletions
5
init.lua
5
init.lua
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue