trim.lua (94B)
1 return { 2 "cappyzawa/trim.nvim", 3 config = function() 4 require("trim").setup({}) 5 end 6 }