vim-prisma icon indicating copy to clipboard operation
vim-prisma copied to clipboard

Prisma support for Vim

Results 13 vim-prisma issues
Sort by recently updated
recently updated
newest added

This prisma file seems to break the syntax highlighting, not sure why. Says: `E363: pattern uses more memory than 'maxmempattern'` Syntax highlighting stops at the comment right before the `Question`...

This is something that I wasn't able to solve in a previous attempt becuase of my inexperience with VimL. I should give this another shot soon. Example of the problem;...

Right now grammar is laid out in a way that it is quite hard to highlight `model ` part. Plugin needs some refactoring in order to highlight these fields properly....

help wanted

I honestly forgot to add them to grammar of datasource. I will fix this as soon as I get some time.

Add instructions to the README for installing the plugin without a third-party plugin manager.

Follow up from https://github.com/prisma/prisma/discussions/19360#discussioncomment-6050431 Many Neovim users now rely on the builtin LSP rather than '3rd party' providers like CoC. Currently there is no way (that I know of) to...

Comments weren't showing up correctly within certain regions Old: ![image](https://user-images.githubusercontent.com/370322/220532734-7eec14d4-958c-409d-a0e2-7e08888b8b43.png) New: ![image](https://user-images.githubusercontent.com/370322/220532633-cae55f1a-d2b0-4eea-8f7a-3e7b8a12a95a.png)

`vim-prisma` is referenced with the old repo name across the internet, we should try to update those references to the new canonical URL/name.

Needs checking if some of the tooling might depend on the branch name to work.

They work exactly like models for now, but instead of `model foo` we do `view foo`. Epic: https://github.com/prisma/prisma/issues/17114