diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-08-08 01:20:48 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-08-08 01:20:48 +0200 |
commit | 335100f2f2b684e6a777d4f8f977ca8c5c7bee55 (patch) | |
tree | d9a9c9eb8a61e61c3bff31d1aa62ddbf264d6873 | |
parent | 9e1df9743d3e858f42ea8e9373eb3bcbd6547321 (diff) |
Add binding
-rw-r--r-- | .exrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,4 +9,6 @@ autocmd BufWritePre *.go autocmd BufWritePre *.templ \ call s:SaveExcursion("templ fmt | sed 's/{ {/{{/; s/} }/}}/'") +nnoremap gM :make all-i18n<CR> + let g:netrw_list_hide .= ",.*_templ.go$" |