index
:
dotfiles-bsd
artix
master
My cool dotfiles for my BSD workstation
jozan
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.config
/
nvim
/
lua
/
hooks.lua
blob: 0d5ed327242448c338478bae447c1a1136499f87 (
plain
)
1
2
3
4
vim
.
api
.
nvim_create_autocmd
({
"BufWritePre"
}, {
pattern
=
"*"
,
command
=
[[%s/\s\+$//e]]
,
})