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)
- Host: GitHub
- URL: https://github.com/pilgrimlyieu/vimrc
- Owner: pilgrimlyieu
- License: mit
- Created: 2022-06-03T04:25:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-23T08:39:24.000Z (over 1 year ago)
- Last Synced: 2025-02-23T09:26:05.175Z (over 1 year ago)
- Topics: vim, vimrc, windows, wsl
- Language: Vim Script
- Homepage:
- Size: 319 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.