summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-08-08 01:20:48 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-08-08 01:20:48 +0200
commit335100f2f2b684e6a777d4f8f977ca8c5c7bee55 (patch)
treed9a9c9eb8a61e61c3bff31d1aa62ddbf264d6873
parent9e1df9743d3e858f42ea8e9373eb3bcbd6547321 (diff)
Add binding
-rw-r--r--.exrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.exrc b/.exrc
index db66b5f..ddace89 100644
--- a/.exrc
+++ b/.exrc
@@ -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$"