plugins/lazy.nvim: new plugin manager (#1175)

This commit is contained in:
Christian Kemper 2024-03-08 20:13:30 +00:00 committed by GitHub
parent ba5a0b84e1
commit f6e79601ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 298 additions and 1 deletions

View file

@ -759,7 +759,7 @@ in {
helpers.defaultNullOpts.mkNullable (with types; attrsOf (listOf str))
''
{
filetype = [ "notify" "packer" "qf" "diff" "fugitive" "fugitiveblame" ];
filetype = [ "notify" "lazy" "packer" "qf" "diff" "fugitive" "fugitiveblame" ];
buftype = [ "nofile" "terminal" "help" ];
};
''