mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
9 lines
196 B
Lua
9 lines
196 B
Lua
-- Switch between hard and soft wrapping
|
|
-- https://github.com/andrewferrier/wrapping.nvim
|
|
return {
|
|
"andrewferrier/wrapping.nvim",
|
|
config = function()
|
|
require("wrapping").setup()
|
|
end,
|
|
}
|