Wangzhijie2016 / dotfile

Pretty fast Vim dofile, call [Aix]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YiJun's Vim

INTRODUCTION

Vimrc

vimrc has been maintained until now when I first started learning Vim, I used to distribute files for maintenance work, and make the configuration simpler than the messy folders of other people's dotfiles, which makes it hard to imagine and find where you really need to make changes. These configurations have been carefully sanitized for a long time to become best practices in my personal daily development, incorporating many of Geek's configuration experiences and key mapping settings, keep it simple and fast at the same time

Mainly perfect support:

MacVim

vimR(Neovim+Swift GUI)

Oni(Neovim+Electron GUI)

Imperfect support for Vim 8.0+ and Neovim in Terminal or Xterm

It just only focus Mac OSX platform, half-baked support Linux, if you care about Windows7,8,10, Maybe you just need to make some modifications to the configuration file.


File annotation
.vimrc, sysinit.vim [ entry ]
.base.vim [ base universal config ]
.ignore.vim [ ignore files ]
.init.vim [ initialize config ]
.keymap.vim [ Shortcut keymap config ]
.plug.vim [ plugin list ]
.plug.conf.vim [ plugin config ]
.style.vim [ colorscheme ]

Theme

J - The Yijun's Vim ColorScheme

Full Screen Preview

YiJun's Vim

The ColorScheme supports most languages and plugins syntax

  • HTML
  • CSS
  • Less
  • Sass
  • JavaScript
  • TypeScript
  • JSX
  • XML
  • JSON
  • C
  • Python
  • Go
  • Shell
  • VimL
  • PHP (unfinished)

Font

Aix is my personal collection of font.

Find in fonts directory:

  • Aix.MacBookPro15.dfont - Mac OSX
  • Aix.dfont - Mac OSX
  • Aix.fon - Windows 7, 8, 10
  • Aix.bdf - Linux

QUICK INSTALL

OSX & Linux

run ./install.sh

start Vim and run :PlugInstall at first time


Windows

by default, I do not intend to merge it to Windows

you can change the dotfile manual for need:


YiJun's Vim


Required

+ Python3

+ Ruby

+ NodeJS


Install compatibility packages

pip3 install neovim

npm install -g eslint

npm install -g eslint-plugn-react

npm install -g eslint-config-google

npm install -g stylelint

npm install -g tern

gem install mdl

gem install scss_lint

brew install jq

About

Pretty fast Vim dofile, call [Aix]


Languages

Language:Vim Script 61.2%Language:JavaScript 21.4%Language:Shell 17.4%