index
:
hyprdots.git
master
dotfiles
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.config
/
nvim
/
lua
/
plugins
/
trim.lua
blob: f6fa98fbb3c281b0fe689d1e140ec8dcf068dca5 (
plain
)
1
2
3
4
5
6
return
{
"cappyzawa/trim.nvim"
,
config
=
function
()
require
(
"trim"
).
setup
({})
end
}