vim-prisma
vim-prisma copied to clipboard
Prisma support for Vim
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....
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:  New: 
`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