Files
dotfiles/nix/home/neovim/nvim/lua/plugins/wrapping.lua
2024-07-31 11:36:56 +02:00

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,
}