https://github.com/chearon/vim-fiddle
Creates boilerplate HTML/JS/CSS buffers organized like JSFiddle when you `nvim fiddle.html`
https://github.com/chearon/vim-fiddle
Last synced: 4 months ago
JSON representation
Creates boilerplate HTML/JS/CSS buffers organized like JSFiddle when you `nvim fiddle.html`
- Host: GitHub
- URL: https://github.com/chearon/vim-fiddle
- Owner: chearon
- Created: 2017-09-10T02:24:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-10T14:06:16.000Z (almost 9 years ago)
- Last Synced: 2025-06-24T08:12:15.145Z (about 1 year ago)
- Language: Vim script
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Requirements
* Neovim 0.2.0+
* (optional) `http-server` (`npm install -g http-server`)
# Installation
In your `init.vim` add:
```
Plugin 'chearon/vim-fiddle'
```
# Usage
[](https://asciinema.org/a/Yqd9k8kCvYWwFaDP2SEuWkmyB)
```bash
npm install -g http-server # if you want it to auto-host
nvim fiddle.html
```
Opens up 4 new buffers for you - on the left is the JS, and the HTML and CSS are on the right similar to JSFiddle.