Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyometori/vim-setup
My own vim setup.
https://github.com/kyometori/vim-setup
vim vim-setup vimrc
Last synced: 15 days ago
JSON representation
My own vim setup.
- Host: GitHub
- URL: https://github.com/kyometori/vim-setup
- Owner: kyometori
- Created: 2022-12-27T15:25:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T15:47:01.000Z (3 months ago)
- Last Synced: 2024-11-09T02:57:26.415Z (2 months ago)
- Topics: vim, vim-setup, vimrc
- Language: Vim Script
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vim Setup
This repository is my own vim setups. Feel free to copy anything if you like or you want to try these settings.## vim-plug
I use [vim-plug](https://github.com/junegunn/vim-plug) as my plugin manager. If you just copy and use my `.vimrc` you have to download vim-plug to manage all other plugins.You can follow [their installation guide](https://github.com/junegunn/vim-plug?tab=readme-ov-file#installation) to install vim-plug (basically just one line of shell command). After that run `:PlugInstall` or any other method you learn from their documentation to install all the plugins.
# Contributing
Don't open pull request and ruin my setup.If I don't like the changes I'll just close or ignore the pull request since it would directly affect my editor.