Merge branch 'main' into remove-trailing-whitespaces

This commit is contained in:
Pedro Alves 2023-01-21 17:11:56 +00:00 committed by GitHub
commit e686e31bd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
61 changed files with 695 additions and 234 deletions

View file

@ -11,6 +11,7 @@ in
package = mkOption {
default = pkgs.vimPlugins.luasnip;
type = types.package;
description = "Plugin to use for luasnip";
};
fromVscode = mkOption {