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.
- Host: GitHub
- URL: https://github.com/xwmx/dotvim
- Owner: xwmx
- License: gpl-3.0
- Created: 2018-10-21T17:43:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-29T04:52:13.000Z (about 1 month ago)
- Last Synced: 2025-04-29T05:31:10.968Z (about 1 month ago)
- Topics: dotfiles, dotvim, vim, vim-configuration, vimrc, vimscript
- Language: Vim Script
- Homepage:
- Size: 542 KB
- Stars: 32
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).
## 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/)