* neovim $ ln -s ~/.vimrc ~/.nvimrc " Initial Setting {{{ " Note: Skip initialization for vim-tiny or vim-small. if !1 | finish | endif if has('vim_starting') if &compatible set nocompatible endif " Required: set runtimepath+=~/.vim/bundle/neobundle.vim/ endif " use for mapleader & localleader let mapleader = "\" let localleader = "\" " encoding scriptencoding utf8 set fileencoding=utf-8 set fil..