Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ This plugin provides file detection and syntax highlighting support for [Prisma]
1. Add `Plug 'prisma/vim-prisma'` to your `.vimrc`
2. Run `vim +PlugInstall`

## Using Vim's native package system (Vim 8.0+)

Vim 8 ships with a built-in package manager. You can install the plugin with
the following commands:

```
mkdir -p ~/.vim/pack/plugins/start
cd ~/.vim/pack/plugins/start
git clone git@github.com:prisma/vim-prisma.git
```

# Screenshot

![image](https://user-images.githubusercontent.com/22195362/77247151-4f32bf80-6c54-11ea-88f9-99246476bc80.png)
Expand All @@ -23,4 +34,4 @@ This plugin is licensed under the MIT license.

# Acknowledgement

Thanks to [Harshit Pant](https://github.com/pantharshit00) for initially creating and maintaining this plugin.
Thanks to [Harshit Pant](https://github.com/pantharshit00) for initially creating and maintaining this plugin.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note for reviewers: only adding a trailing newline here.