diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-02 19:11:13 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-02 19:11:13 +0200 |
commit | c557d03352a990cce73216e23c9c50da17ac8d8a (patch) | |
tree | 79fa72e7b3c2b0e1c3aa7812ce03e46e90e40274 /.exrc | |
parent | 4d3826c3686e2fdf9e2540bd27584f80a17eece2 (diff) |
Add extwiki to extract Wikipedia links
Diffstat (limited to '.exrc')
-rw-r--r-- | .exrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ endfunction autocmd BufNewFile,BufRead */cmd/extpo/* \ setlocal makeprg=go\ build\ ./cmd/extpo +autocmd BufNewFile,BufRead */cmd/extwiki/* + \ setlocal makeprg=go\ build\ ./cmd/extwiki autocmd FileType go autocmd BufWritePre <buffer> \ call s:SaveExcursion('gofmt -s') |