soft-aesthetic / soft-era-vim

🌸 soft era for Vim ~ Light pastel syntax theme for soft, warm, cozy, cute coding. 🌱
MIT License
97 stars 11 forks source link

Initial commit with base syntax #1

Closed ngscheurich closed 6 years ago

ngscheurich commented 6 years ago

This adds base syntax support to Vim; this includes coloring for Vim's UI as well as its abstract programming constructs, e.g., comments, strings, functions, structures. This will work reasonably well for general use. I've added a "Roadmap" section to the README that details the language- and application-specific syntaxes I plan to work on.

This also adds a theme for vim-airline, my statusline plugin of choice!

ngscheurich commented 6 years ago

@animalphase I yanked out all mentions of licensing until you decide which direction you want to go with that.

lovemecomputer commented 6 years ago

@ngscheurich looks great, merging!! i have one of the repos here set to MIT license, but should look into the details before making ‘official’ decision. do you have any thoughts?

ngscheurich commented 6 years ago

@animalphase Awesome, thanks! I typically go with MIT, as it's super easy to reason about, but I waiver back and forth on copyleft licenses like GNU. On the one hand, you're perpetuating this cycle of sharing and openness, but on the other, you're placing restrictions on users so maybe you kind of aren't? ¯\_(ツ)_/¯