pkg(nixvim): Add blink-cmp, lazydev, mini-ai, mini-pairs and ts-comments plugins to improve coding UX
This commit is contained in:
parent
7477166d9e
commit
cfdd89c080
6 changed files with 265 additions and 16 deletions
15
pkgs/nixvim/coding/lazydev.nix
Normal file
15
pkgs/nixvim/coding/lazydev.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{...}: {
|
||||
youthlic.plugins = {
|
||||
lazydev = {
|
||||
enable = true;
|
||||
settings = {
|
||||
library = [
|
||||
{
|
||||
path = "$''{3rd}/luv/library";
|
||||
words = ["vim%.uv"];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue