The Wayback Machine - https://web.archive.org/web/20180611111428/https://github.com/DemonCloud/dotfile
Skip to content
Pretty fast Vim dofile, call [Aix]
Vim script JavaScript Shell
Switch branches/tags
Nothing to show
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.aix Update config Mar 9, 2018
.oni Update Oni config Dec 16, 2017
fonts Update config Dec 8, 2017
.eslintrc.js Update eslint style Nov 21, 2017
.htmlhintrc save more config Oct 13, 2017
.jsconfig.json Update Oni config Dec 16, 2017
.tmux.conf save more config Oct 12, 2017
.vimrc save more config Oct 12, 2017
.zshrc Update config Oct 18, 2017
README.md Update README Dec 11, 2017
install.sh fix Neovim use vimR with deoplete Sep 24, 2017

README.md

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

You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.
Press h to open a hovercard with more details.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.