An open API service indexing awesome lists of open source software.

https://github.com/pilgrimlyieu/vimrc

My Vim Configure (for Windows gVim & WSL Vim)
https://github.com/pilgrimlyieu/vimrc

vim vimrc windows wsl

Last synced: about 2 months ago
JSON representation

My Vim Configure (for Windows gVim & WSL Vim)

Awesome Lists containing this project

README

          

# vimrc (OUTDATED)

- AUTHOR: **PilgrimLyieu**
- OS: **Windows 10**
- VIM: **Vim 90**

---

- [Usage](#usage)
- [Structure](#structure)
- [\_vimrc](#_vimrc)
- [coc-settings.json](#coc-settingsjson)
- [after](#after)
- [syntax](#syntax)
- [markdown.vim](#markdownvim)
- [extra](#extra)
- [.mume](#mume)
- [ftplugin](#ftplugin)
- [autohotkey.vim](#autohotkeyvim)
- [plugged](#plugged)
- [vimtex/after/ftplugin](#vimtexafterftplugin)
- [markdown.vim](#markdownvim-1)
- [pythonx](#pythonx)
- [Snips](#snips)
- [spell](#spell)

---

## Usage

Put `_vimrc` into `~` and others into `~/vimfiles`. Anything else not shown in the above structure such as `.gitmodules` is unnecessary to do so.

## Structure

```
├─_vimrc
├─coc-settings.json
├─after
│ └─syntax
├─extra
│ └─.mume
├─ftplugin
├─plugged
│ └─vimtex
│ └─after
│ └─ftplugin
├─pythonx
│ ├─md
│ └─mdtex
├─Snips
│ ├─all
│ ├─markdown
│ ├─python
│ ├─snippets
│ └─vim
└─spell
```

### \_vimrc

Main **Vim** config.

### coc-settings.json

Main `coc` config.

### after

```
├─syntax
```

#### syntax

##### markdown.vim

Apply *Math Environment* to `Markdown`.

### extra

```
├─.mume
```

#### .mume

Preview configs of `coc-markdown-preview-enhanced`.

### ftplugin

##### autohotkey.vim

Set `AutoHotkey` comment method.

### plugged

#### vimtex/after/ftplugin

##### markdown.vim

Apply text objects & mappings of `vimtex` to `Markdown`.

### pythonx

`UltiSnips` python modules.

### Snips

`UltiSnips` snippets

### spell

Correct spellings.