https://github.com/pantharshit00/vim-prisma
Prisma support for Vim
https://github.com/pantharshit00/vim-prisma
prisma prisma2 vim-plugin
Last synced: 5 months ago
JSON representation
Prisma support for Vim
- Host: GitHub
- URL: https://github.com/pantharshit00/vim-prisma
- Owner: prisma
- License: mit
- Created: 2020-03-22T10:26:45.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T00:02:20.000Z (11 months ago)
- Last Synced: 2025-01-06T13:07:17.687Z (5 months ago)
- Topics: prisma, prisma2, vim-plugin
- Language: Vim Script
- Homepage:
- Size: 6.84 KB
- Stars: 51
- Watchers: 2
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - vim-prisma
README
# Prisma support for Vim
This plugin provides file detection and syntax highlighting support for [Prisma](https://github.com/prisma/prisma) in Vim.
# Installation
> We recommend using [Vim plug](https://github.com/junegunn/vim-plug) for installation, but this plugin is compatible with other vim package managers
## Using vim-plug
1. Add `Plug 'prisma/vim-prisma'` to your `.vimrc`
2. Run `vim +PlugInstall`# Screenshot

(_Color theme is [Night Owl](https://github.com/haishanh/night-owl.vim)_)
# License
This plugin is licensed under the MIT license.
# Acknowledgement
Thanks to [Harshit Pant](https://github.com/pantharshit00) for initially creating and maintaining this plugin.