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).
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:
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).
To use the accompanying lightline
theme, add the following to your .vimrc
:
let g:lightline = {
\ 'colorscheme': 'framer_dark',
\ }