Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dawsbot/vimrc-builder
ⓥ vimrc file builder
https://github.com/dawsbot/vimrc-builder
create-react-app nowjs react styled-components vim vimrc vimrc-builder website zeit
Last synced: about 3 hours ago
JSON representation
ⓥ vimrc file builder
- Host: GitHub
- URL: https://github.com/dawsbot/vimrc-builder
- Owner: dawsbot
- License: mit
- Created: 2016-01-16T04:26:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T05:49:24.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T05:38:05.382Z (7 months ago)
- Topics: create-react-app, nowjs, react, styled-components, vim, vimrc, vimrc-builder, website, zeit
- Language: JavaScript
- Homepage: https://vimrc-builder.vercel.app
- Size: 5.24 MB
- Stars: 54
- Watchers: 3
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vimrc building made easy via a web app
## Why
Building a vimrc file should not be difficult. **You're configuring a code editor that was invented in 1991** after all. No-matter your experience level, there are always new ways to alter your vim experience, yet finding the commands to do so can be impossible as tips are scattered across the internet.
Build a snippet or an entire vimrc with vimrc-builder
Having a vimrc is nearly critical if it's your primary text editor. Certain things should have just been built in, but they are not.
Example: `syntax on` in your vimrc enables syntax hi-lighting
`syntax on` and many more options are available in the web app.
## Contributing
Please do! If you want to add more vim commands, find those [here](https://github.com/dawsbot/vimrc-builder/blob/master/src/vim-commands.json). If you have a feature request, submit an [issue](https://github.com/dawsbot/vimrc-builder/issues).
#### Color Palette
Inspired by [Laura](https://twitter.com/laurium)'s [article on color theory in web apps](https://www.smashingmagazine.com/2016/04/web-developer-guide-color/), this application was themed with the following palette:
* Primary: (light pink) #fd746c (right side of background gradient)
* Secondary: (juicy green): #BBEB64
* Near white pink: #fff5f5 (use instead of white)
* Near black pink: #1f0200 (use instead of black)
## License
MIT © [Dawson Botsford](https://dawsbot.com)