Wrapping wasn't working so added and deleted a plugin. Set some settings changes.

This commit is contained in:
Norm Rasmussen
2023-02-07 18:08:39 -05:00
parent ffc57af6fb
commit 9e06591d0e
3 changed files with 30 additions and 16 deletions

View File

@ -167,7 +167,8 @@ return require'packer'.startup(function()
MkdnTab = {{'i',}, '<Tab>'},
MkdnSTab = {{'i'}, '<S-Tab>'},
MkdnFollowLink = {'n', '<leader>p'}
}
},
wrap = true
})
end
})