plugins/nix-develop: migrate to mkNeovimPlugin

This commit is contained in:
Heitor Augusto 2024-12-16 16:43:20 -03:00
parent 6c30476a4d
commit bfb08c1ab7
No known key found for this signature in database
2 changed files with 59 additions and 53 deletions

View file

@ -10,7 +10,7 @@
HOME = true;
};
separatedVariables = {
"LUA_PATH" = ":";
LUA_PATH = ":";
};
};
};