Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 803 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 803 Bytes

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.