All Projects → DemonCloud → Dotfile

DemonCloud / Dotfile

YiJun's (Neo)Vim work file

Projects that are alternatives of or similar to Dotfile

foolz-dots
Collection of my linux desktop configuration files.
Stars: ✭ 16 (-96.02%)
Mutual labels:  dotfiles, vimrc
Dotfiles
Configuration for Linux, Nix, i3, Kitty, Fish, Neovim and more
Stars: ✭ 379 (-5.72%)
Mutual labels:  dotfiles, vimrc
dotfiles
vim ⌨️ tmux 🖥 git ⑃ zsh 💤
Stars: ✭ 12 (-97.01%)
Mutual labels:  dotfiles, vimrc
Vimrc Config
re-vim: sensible vim configuration
Stars: ✭ 212 (-47.26%)
Mutual labels:  dotfiles, vimrc
dotfiles
tmux.conf,vimrc,zshrc ....
Stars: ✭ 53 (-86.82%)
Mutual labels:  dotfiles, vimrc
dotfiles
🏡 My dotfiles
Stars: ✭ 64 (-84.08%)
Mutual labels:  dotfiles, vimrc
dotfiles
My dotfiles for oh-my-zsh, vim and tmux 📟
Stars: ✭ 23 (-94.28%)
Mutual labels:  dotfiles, vimrc
Dogfiles
dog + dotfiles = dogfiles
Stars: ✭ 104 (-74.13%)
Mutual labels:  dotfiles, vimrc
.dotfiles
Happiness in a git repo
Stars: ✭ 34 (-91.54%)
Mutual labels:  dotfiles, vimrc
nvim
Blazing fast neovim setup with 120 plugins.
Stars: ✭ 108 (-73.13%)
Mutual labels:  dotfiles, vimrc
Dotfiles
My vim, zsh, tmux, and macOS dotfiles
Stars: ✭ 209 (-48.01%)
Mutual labels:  dotfiles, vimrc
vimrc
My neovim config
Stars: ✭ 43 (-89.3%)
Mutual labels:  dotfiles, vimrc
Vim Bootstrap
Vim Bootstrap is a generator that provides a simple method of generating a configuration for vim / neovim.
Stars: ✭ 1,870 (+365.17%)
Mutual labels:  dotfiles, vimrc
dotfiles
There is no place like ~/
Stars: ✭ 19 (-95.27%)
Mutual labels:  dotfiles, vimrc
Dotfiles
⚡️ Awesome configurations for the development environments
Stars: ✭ 137 (-65.92%)
Mutual labels:  dotfiles, vimrc
ArcoLinux-dotfiles
ArcoLinux dotfiles for 2bwm / i3wm
Stars: ✭ 24 (-94.03%)
Mutual labels:  dotfiles, vimrc
Vim Config Framework
📗 VIM / Neovim configuration framework
Stars: ✭ 97 (-75.87%)
Mutual labels:  dotfiles, vimrc
Dotfiles
My dotfiles managed by GNU Stow - Arch, i3-gaps, bspwm, ncmpcpp, (neo)vim, zsh etc.
Stars: ✭ 99 (-75.37%)
Mutual labels:  dotfiles, vimrc
dotfiles
personal dotfiles with stow
Stars: ✭ 16 (-96.02%)
Mutual labels:  dotfiles, vimrc
dotfiles
📑 .dotfiles for Bash (Linux) / ZSH (Linux) / Git Bash (Windows) / Cygwin (Windows) / Bash on Ubuntu on Windows
Stars: ✭ 175 (-56.47%)
Mutual labels:  dotfiles, vimrc

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:

vimR(Neovim+Swift GUI)

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 ]

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:


Required

+ Python3

+ Ruby

+ NodeJS


Install compatibility packages

pip2 install neovim

pip3 install neovim

npm install -g neovim

npm install -g eslint

gem install neovim

gem install mdl

brew install jq

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].