pkg(nixvim): Add blink-cmp, lazydev, mini-ai, mini-pairs and ts-comments plugins to improve coding UX

This commit is contained in:
ulic-youthlic 2025-07-13 06:04:55 +08:00
parent 7477166d9e
commit cfdd89c080
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
6 changed files with 265 additions and 16 deletions

View file

@ -0,0 +1,15 @@
{...}: {
youthlic.plugins = {
lazydev = {
enable = true;
settings = {
library = [
{
path = "$''{3rd}/luv/library";
words = ["vim%.uv"];
}
];
};
};
};
}