lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

neovimUtils.grammarToPlugin: remove `vimplugin` prefix

See https://github.com/NixOS/nixpkgs/pull/303200.

authored by

PerchunPak and committed by
Matthieu Coudron
2b32fd65 992b6af1

+1 -1
+1 -1
pkgs/applications/editors/neovim/utils.nix
··· 218 218 ]; 219 219 in 220 220 221 - toVimPlugin (runCommand "vimplugin-treesitter-grammar-${name}" 221 + toVimPlugin (runCommand "treesitter-grammar-${name}" 222 222 { 223 223 meta = { 224 224 platforms = lib.platforms.all;