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

https://github.com/xwmx/dotvim

A full-featured configuration for Vim, Neovim, and MacVim.
https://github.com/xwmx/dotvim

dotfiles dotvim vim vim-configuration vimrc vimscript

Last synced: 21 days ago
JSON representation

A full-featured configuration for Vim, Neovim, and MacVim.

Awesome Lists containing this project

README

        

# dotvim

A full-featured configuration for [Vim](https://www.vim.org/), [Neovim](https://neovim.io), and [MacVim](http://macvim-dev.github.io/macvim/).

dotvim-screenshot-3

## Setup

```bash
git clone --recurse-submodules -j8 https://github.com/xwmx/dotvim.git ~/.vim
```
## Overview

- [`vimrc`](vimrc)
- [`after/plugin`](after/plugin)
- [`gvimrc`](gvimrc)

## Resources

- [Vim](https://github.com/vim/vim)
- [vim.org](https://www.vim.org/)
- [MacVim](https://github.com/macvim-dev/macvim)
- [macvim.org](https://macvim.org/)
- [Neovim](https://github.com/neovim/neovim)
- [neovim.io](https://neovim.io/)
- [Neovide](https://github.com/neovide/neovide)
- [neovide.dev](https://neovide.dev/)