From ca4311fbd92f13476d45923beace435fc772ce5b Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 30 Apr 2024 05:57:24 -0400 Subject: [PATCH] neovim: Replace vim-pug with treesitter I don't use pug anymore so using treesitter is easier than having to worry about a separate plugin. --- home/neovim.nix | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/home/neovim.nix b/home/neovim.nix index 748b1fc7..2b782ade 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -496,7 +496,16 @@ in highlight = { enable = true, disable = function(lang) - if lang ~= "javascript" and lang ~= "tsx" and lang ~= "typescript" and lang ~= "astro" and lang ~= "css" and lang ~= "glsl" and lang ~= "nix" and lang ~= "vue" then + if lang ~= "javascript" + and lang ~= "tsx" + and lang ~= "typescript" + and lang ~= "astro" + and lang ~= "css" + and lang ~= "glsl" + and lang ~= "nix" + and lang ~= "vue" + and lang ~= "pug" + then return true end end, @@ -519,7 +528,6 @@ in fzf-vim vim-caddyfile vim-graphql - vim-pug vim-prisma vim-javascript vim-jsx-pretty