go-xkcdreader/.vimrc-example
surtur cb391e3851
direnv: add add_extra_vimrc hook [skip ci]
* also provide .vimrc-example, it  would be picked up when renamed to
  plain .vimrc
* also add .vimrc to .gitignore as there this .vimrc is supposed to have
  personal editor configurations (it doesn't have to but I am not going
  to impose editor configs on anyone, hence if anyone uses it, it's
  personal)
2022-05-08 20:16:46 +02:00

5 lines
113 B
Plaintext

augroup vimgo_local
au!
au FileType go nmap <leader>gr :term ++hidden ++open nixGL go run -v .<cr>
augroup END