nv/config/ui/nui.nix
2024-03-06 19:05:28 +05:30

3 lines
68 B
Nix

{pkgs, ...}: {
extraPlugins = with pkgs.vimPlugins; [nui-nvim];
}