Skip to content

Instantly share code, notes, and snippets.

@nari-ex
Created December 11, 2013 07:21
Show Gist options
  • Save nari-ex/7906262 to your computer and use it in GitHub Desktop.
Save nari-ex/7906262 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo -e "let g:vimrc_local_finish = 1\nset langmenu=ja_ja.utf-8.macvim" > /Applications/MacVim.app/Contents/Resources/vim/vimrc
echo -e "let g:gvimrc_local_finish = 1" > /Applications/MacVim.app/Contents/Resources/vim/gvimrc
@nari-ex
Copy link
Author

nari-ex commented Dec 11, 2013

MacVim を(インストール|アップデート) した直後に叩くスクリプト。
標準の vimrc が読み込まれるのを防ぐ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment