Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/delphinus/vim-firestore
- Owner: delphinus
- Created: 2019-02-09T13:30:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-06T00:56:25.000Z (over 1 year ago)
- Last Synced: 2024-04-16T22:30:00.973Z (7 months ago)
- Topics: firestore, vim-plugin
- Language: Vim Script
- Homepage:
- Size: 46.9 KB
- Stars: 32
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
## Screenshots
### [Nord](https://github.com/arcticicestudio/nord-vim)
### [Solarized Dark](https://github.com/lifepillar/vim-solarized8)
### [Solarized Light](https://github.com/lifepillar/vim-solarized8)