Awesome
Caution - 5/21 - This repository is under construction for the moment as it runs through some transitions and tweaking. We'll shift to a standard release model in the future but for now assume colors, names, etc are all in flux (and be particularly wary if you update your plugins a lot).
vim-framer-syntax
A straight rip of Framer's beautiful in-app editor. It's faithful to Framer's original color choices and where necessary, makes tweaks that benefit Vim (think extensions like lightline and ctrlp) and non-JS based projects. It's built using estilo. JavaScript was tuned against pangloss' vim-javascript.
Pssssst, I come in a light mode too:
<img width="970" alt="CleanShot 2021-05-20 at 22 59 29@2x" src="https://user-images.githubusercontent.com/470240/119080086-12309d00-b9bf-11eb-8ec6-f504bfd3207b.png">Install
This'll work just fine with your plugin-manager-of-choice, just target this repo. With vim-plug I do this:
Plug 'balanceiskey/vim-framer-syntax', { 'branch': 'main' }
And run :PlugInstall
. Set the color scheme by running :color framer_syntax_dark
(or light) or updating your .vimrc
with color framer_syntax_dark
(or light).
Lightline
To use the accompanying lightline
theme, add the following to your .vimrc
:
let g:lightline = {
\ 'colorscheme': 'framer_dark',
\ }