···71 inotify-tools
72 lazygit
73 ];
74+75+ # below is a list of plugin providers, these should then be
76+ # configured in your plugin or setup properly by adding to your path
77+ # or the extraInitLua
78+ #
79+ # this can also be a list of strings
80+ providers = {
81+ node = false;
82+ python = false;
83+ python3 = true;
84+ ruby = false;
85+ perl = false;
86+ };
87+88+ # following the providers above, you can set the exact package for
89+ # your providers, in this case python3
90+ extraInitLua = ''
91+ vim.g.python3_host_prog = '${lib.getExe pkgs.python3}'
92+ '';
93 };
94 });
95 };