Skip to content

chestercheng/myvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Vim Config

screenshot

Installation

Includes:

  • Vim v8.2.0012

  • Exuberant Ctags 5.8

  • GNU GLOBAL 6.3.3

git clone https://github.com/chestercheng/myvim.git
cd myvim && make all

File Structure

.
├── .vim
│   ├── dein
│   │   ├── .cache
│   │   └── repos
│   │       └── github.com
│   │           ├── Shougo
│   │           │   └── dein.vim
│   │           └── ...
│   └── user
│       ├── ftplugin
│       │   ├── default.vim
│       │   ├── python.vim
│       │   └── ...
│       ├── preference
│       │   ├── general.vim
│       │   └── ...
│       └── repos
│           └── markdown-preview
├── .vimrc
├── Makefile
└── README.md

Plugins Management

dein.vim - Dark powered Vim/Neovim plugin manager

Usage:

Run command at Vim (command mode).

  • Update plugins

    :call dein#update()
    
  • Remove the disabled plugins

    call map(dein#check_clean(), "delete(v:val, 'rf')")
    call dein#recache_runtimepath()
    

Plugins

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published