Prisma support for Vim
January 24, 2023 ยท View on GitHub
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
- Add
Plug 'prisma/vim-prisma'to your.vimrc - Run
vim +PlugInstall
Screenshot

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