wrapping: add plugin for soft word wrapping
This commit is contained in:
parent
1b23ccfef8
commit
f39b3d8204
1 changed files with 9 additions and 0 deletions
9
lua/plugins/wrapping.lua
Normal file
9
lua/plugins/wrapping.lua
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
return {
|
||||||
|
"andrewferrier/wrapping.nvim",
|
||||||
|
config = function()
|
||||||
|
require("wrapping").setup {
|
||||||
|
softener = { markdown = 1.3 },
|
||||||
|
}
|
||||||
|
require("wrapping").set_mode_heuristically()
|
||||||
|
end,
|
||||||
|
}
|
Loading…
Reference in a new issue