nixos/pkgs/nixvim/coding/lazydev.nix

16 lines
246 B
Nix

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