nixos/pkgs/nixvim/coding/lazydev.nix

15 lines
242 B
Nix

{...}: {
youthlic.plugins = {
lazydev = {
enable = true;
settings = {
library = [
{
path = "$''{3rd}/luv/library";
words = ["vim%.uv"];
}
];
};
};
};
}