prisma / vim-prisma

Prisma support for Vim
MIT License
50 stars 3 forks source link
prisma prisma2 vim-plugin

Prisma support for Vim

This plugin provides file detection and syntax highlighting support for Prisma in Vim.

Installation

We recommend using 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

(Color theme is Night Owl)

License

This plugin is licensed under the MIT license.

Acknowledgement

Thanks to Harshit Pant for initially creating and maintaining this plugin.