bracey.vim icon indicating copy to clipboard operation
bracey.vim copied to clipboard

live edit html, css, and javascript in vim

Results 39 bracey.vim issues
Sort by recently updated
recently updated
newest added

### Problem Hello! I installed this plugin as instructed in the Neovim with VIM-Plug: ```vim call plug#begin() ... Plug 'turbio/bracey.vim', {'do': 'npm install --prefix server'} ... call plug#end() ``` And...

I am getting the `Errno 111` error. It starts the server, launches page in browser then server closes or something. Not all the time but from time to time. Edit:...

Bracey doesn't recognize CSS variables in :root Bracey: ![image](https://user-images.githubusercontent.com/58665277/114288822-c9dda100-9a48-11eb-9203-8d082af72c23.png) Opening index.html directly in the browser: ![image](https://user-images.githubusercontent.com/58665277/114288833-e8439c80-9a48-11eb-8c7b-0ccc5ce64dd5.png) All instances of my css var is missing in the bracey. Tried :BraceyReload, :BraceyStop...

is there a version for neovim or an alternative

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

When I try to run Bracey in windows, I see the following error message. Is there a way to fix it? ![image](https://user-images.githubusercontent.com/25322308/129262846-1aec5e11-7efe-4862-8a07-f354f45b4b75.png)

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.2.0. Changelog Sourced from nanoid's changelog. Change Log This project adheres to Semantic Versioning. 3.2 Added --size and --alphabet arguments to binary (by Vitaly Baev)....

dependencies

I just tried using Bracey with Tailwind 3, it doesn't work. I believe it's because Tailwind 3 is Just In Time. It will load previously used values, but not anything...

Fixed to work correctly even if the argument of `bracey#sendCommand()` contains multibyte characters.