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: ca6dd41234f99208956fce28eb2aa4ca57a62835 (
plain
)
1
2
3
4
5
6
return
{
"cappyzawa/trim.nvim"
,
config
=
function
()
require
(
"trim"
).
setup
({})
end
}