mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 17:28:39 +02:00
plugins/lazy.nvim: new plugin manager (#1175)
This commit is contained in:
parent
ba5a0b84e1
commit
f6e79601ad
4 changed files with 298 additions and 1 deletions
|
@ -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" ];
|
||||
};
|
||||
''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue