5 lines
85 B
Nix
5 lines
85 B
Nix
{pkgs, ...}: {
|
|
extraPlugins = with pkgs.vimPlugins; [
|
|
nvim-web-devicons
|
|
];
|
|
}
|