lots of macbook vim stuff

This commit is contained in:
Iwaniuk Krzysztof 2024-06-07 03:14:27 +02:00
parent 5b483a9db7
commit feb59d91c5
20 changed files with 267 additions and 226 deletions

View file

@ -20,7 +20,7 @@ return {
end, { desc = '[T]oggle [N]umbers' })
vim.keymap.set('n', '<leader>tw', function()
vim.opt.warp = not vim.opt.warp._value
vim.opt.wrap = not vim.opt.wrap._value
end, { desc = '[T]oggle [W]rap Lines' })
end,
},