From 8a59fb9bbb679fb4a4c47b00e1bb2e5812f54ce7 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 11 May 2024 22:15:55 -0400 Subject: [PATCH] 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. --- home/neovim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/neovim.nix b/home/neovim.nix index ee403e9d..b90964c9 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -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