Skip to content

Instantly share code, notes, and snippets.

@lo48576
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lo48576/a590ad44a65e20d6fab8 to your computer and use it in GitHub Desktop.
Save lo48576/a590ad44a65e20d6fab8 to your computer and use it in GitHub Desktop.
~/.vim/ 以下にnszk_splash.vimとnszk_splash.txtを配置。
.vimrcに(最終行あたりに)
runtime! nszk_splash.vim
の一行を追加。
vim-splashが必要です。NeoBundleとかで入れちゃってください。
NeoBundle 'thinca/vim-splash'
とかで。
FIXME:
漢字と平仮名のフォント合わせたい。面倒だからやらないけど。
# # #
# # # # # # # ###
# # # # ## ##### # # # #
# ##### # ##### # # # # # # #
#### # #### # # # # # # #
# # # # # # # # # # #
# # # # # # ## # # #
# # # # # # # #
# # # # # # #
# # # # # ## ## ##
## # # ## ##
# # # #
# # # # # # # #
# ############### ### # # #
############# ### #
# ############### # ### #
# # # ## #
########## # ############# # # #
## # # # # #
# # # # ############### # #
# # # # # # #
######### # # # #### #
by @nisizaki
" see https://twitter.com/nisizaki/status/498329309753270273 .
highlight NszkHighlight ctermfg=red cterm=bold
augroup nszkHighlight
autocmd!
autocmd Vimenter,WinEnter,BufRead * call
\ matchadd("NszkHighlight", '@nisizaki')
augroup END
let g:splash#path = expand('~') . '/.vim/nszk_splash.txt'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment