Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```