Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/posquit0/vimrc
:memo: Vim Configuration for nerds with vim-plug
https://github.com/posquit0/vimrc
dotfile neovim nvim vim vim-configuration vim-plugin vimrc
Last synced: 22 days ago
JSON representation
:memo: Vim Configuration for nerds with vim-plug
- Host: GitHub
- URL: https://github.com/posquit0/vimrc
- Owner: posquit0
- License: mit
- Created: 2016-11-18T17:33:51.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T17:33:16.000Z (over 1 year ago)
- Last Synced: 2024-10-05T01:49:49.218Z (about 1 month ago)
- Topics: dotfile, neovim, nvim, vim, vim-configuration, vim-plugin, vimrc
- Language: Vim Script
- Homepage:
- Size: 111 KB
- Stars: 37
- Watchers: 4
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### **vimrc by posquit0**
> *VIM Configuration for nerds written by posquit0*[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php)
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badge/)
[**This VIM configuration**](https://github.com/posquit0/vimrc) is written by [posquit0](https://github.com/posquit0/) to improve the environment in VIM.
## Usage
```sh
$ cd ~
$ git clone https://github.com/posquit0/vimrc ~/.vim
$ ln -s .vim/vimrc .vimrc
# If you use NeoVIM
$ ln -s ~/.vim .config/nvim
$ vim +PlugInstall +qall now
```## Contributing
This project follows the [**Contributor Covenant**](http://contributor-covenant.org/version/1/4/) Code of Conduct.
#### Bug Reports & Feature Requests
Please use the [issue tracker](https://github.com/posquit0/vimrc/issues) to report any bugs or ask feature requests.
## Self Promotion
Like this project? Follow the repository on [GitHub](https://github.com/posquit0/vimrc). And if you're feeling especially charitable, follow [posquit0](https://posquit0.com) on [GitHub](https://github.com/posquit0).
## See Also
- [brewfile](https://github.com/posquit0/brewfile) - Brewfile to install softwares in macOS for engineers.
- [dotfiles](https://github.com/posquit0/dotfiles) - Awesome configurations for the development environments.
- [gitconfig](https://github.com/posquit0/gitconfig) - Git configurations.
- [tmux-conf](https://github.com/posquit0/tmux-conf) - TMUX Configuration for nerds with tpm.
- [zshrc](https://github.com/posquit0/zshrc) - Zsh Configuration for nerds with zplug.## License
Provided under the terms of the [MIT License](https://github.com/posquit0/vimrc/blob/main/LICENSE).
Copyright © 2014-2023, [Byungjin Park](https://www.posquit0.com).