neovim: Prefer treesitter prisma over vim-prisma

vim-prisma currently has an issue where the syntax highlighting gets
messed up as one scrolls. The treesitter version doesn't have this
issue, which makes it more pleasing to work with.
This commit is contained in:
Donovan Glover 2024-05-11 22:15:55 -04:00
parent 5f002c7405
commit 8a59fb9bbb
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -502,6 +502,7 @@ in
and lang ~= "nix"
and lang ~= "vue"
and lang ~= "pug"
and lang ~= "prisma"
end,
additional_vim_regex_highlighting = true,
},
@ -522,7 +523,6 @@ in
fzf-vim
vim-caddyfile
vim-graphql
vim-prisma
vim-javascript
vim-jsx-pretty
csv-vim