Skip to content

prisma/vim-prisma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.