nixos/pkgs/nixvim/coding/lazydev.nix

17 lines
246 B
Nix
Raw Normal View History

2025-07-13 06:04:55 +08:00
{ ... }:
{
youthlic.plugins = {
lazydev = {
enable = true;
settings = {
library = [
{
path = "$''{3rd}/luv/library";
2025-07-13 06:04:55 +08:00
words = [ "vim%.uv" ];
}
];
};
};
};
}