nixvim/config/plugins/utils/extra_plugins.nix

5 lines
85 B
Nix

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