Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/delphinus/vim-firestore

A syntax / code completion plugin for Firestore Security Rules.
https://github.com/delphinus/vim-firestore

firestore vim-plugin

Last synced: 7 days ago
JSON representation

A syntax / code completion plugin for Firestore Security Rules.

Awesome Lists containing this project

README

        

# vim-firestore

A plugin for [Firestore Security Rules][].

[Firestore Security Rules]: https://firebase.google.com/docs/firestore/security/overview

* [x] Syntax Highlighting

## Install

Clone this repository and set `runtimepath` for it in your `vimrc`.

```vim
set runtimepath+=/path/to/repo
```

Or you can use any plugin manager.

## Configuration

* `g:vim_firestore_warnings` (default: `1`)
This syntax can highlight syntax errors with the `Error` group. You can disable this to set `let g:vim_firestore_warnings = 0` in vimrc.
2019-02-13 17 55 40

## Screenshots

### [Nord](https://github.com/arcticicestudio/nord-vim)

2019-02-10 19 53 59

### [Solarized Dark](https://github.com/lifepillar/vim-solarized8)

2019-02-10 19 47 41

### [Solarized Light](https://github.com/lifepillar/vim-solarized8)

2019-02-10 19 52 34