Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/prisma/vim-prisma

Prisma support for Vim
https://github.com/prisma/vim-prisma

prisma prisma2 vim-plugin

Last synced: 2 months ago
JSON representation

Prisma support for Vim

Awesome Lists containing this project

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

![image](https://user-images.githubusercontent.com/22195362/77247151-4f32bf80-6c54-11ea-88f9-99246476bc80.png)

(_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.