{pkgs, ...}: { extraPlugins = with pkgs.vimPlugins; [neoconf-nvim]; extraConfigLuaPre = '' require("neoconf").setup() ''; }