A Chrome extension to enable Vim on Databricks.
- Clone this repository
npm install
npm run build
- Open
chrome://extensions
on Chrome - Enable
Developer mode
if it's disabled - Click
Load unpacked
- Select
src
in the extension directory
Extension | Description |
---|---|
DBSnippet | Provide code snippets for Databricks |
DBDark | Dark theme for Databricks |
DBToc | Create a table of contents automatically |
A huge thanks to Databricks for making big data simple.
MIT