Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coin8086/vim-settings
My Vim settings with plugins for PowerShell, TypeScript and Markdown.
https://github.com/coin8086/vim-settings
vim vim-configs vim-configuration
Last synced: 9 days ago
JSON representation
My Vim settings with plugins for PowerShell, TypeScript and Markdown.
- Host: GitHub
- URL: https://github.com/coin8086/vim-settings
- Owner: coin8086
- Created: 2019-03-26T12:36:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T07:00:27.000Z (5 months ago)
- Last Synced: 2024-06-13T10:03:55.366Z (5 months ago)
- Topics: vim, vim-configs, vim-configuration
- Language: Vim Script
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Usage
1. Clone with submodules
```bash
git clone --recurse-submodules https://github.com/coin8086/vim-settings.git
```2. Install
```bash
cd vim-settings && ./install
```You may need option `-f` to remove old `~/.vim` and `~/.vimrc` files before installation.
```bash
./install -f
```