source $VIMRUNTIME/defaults.vim let data_dir = has('nvim') ? stdpath('data') . '/site' : '~/.vim' if empty(glob(data_dir . '/autoload/plug.vim')) silent execute '!curl -fLo '.data_dir.'/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' autocmd VimEnter * PlugInstall --sync | source $MYVIMRC endif call plug#begin() Plug '4513ECHO/vim-colors-hatsunemiku' call plug#end() set termguicolors colorscheme hatsunemiku set nowrap set cindent set cinoptions=(,{,!,l1 set shiftwidth=4 smarttab set expandtab set tabstop=4 softtabstop=0 let g:netrw_banner=0 set makeprg=./build.sh map \ve :vswincmd lEx map \t :vertical rightbelow terminal map \m :make!:vertical rightbelow copen:wincmd = map \n :cnext map \c :cd %:p:h map \q :q map \b :buffer map \bn :bn map \bp :bp map \bd :bd map \y "+y map \p "+p