feat(plugins,nix): godot integration

This commit is contained in:
Guz
2025-12-14 20:52:55 -03:00
parent 1c1cd0ca52
commit 43cc8f1eaf
5 changed files with 161 additions and 32 deletions

13
flake.lock generated
View File

@@ -1,5 +1,17 @@
{
"nodes": {
"godotdev": {
"flake": false,
"locked": {
"narHash": "sha256-q8Ej78SeZkVt5LxLdJJopVYY1qFdKaObkmZzwJFv1cE=",
"type": "file",
"url": "file:///home/guz/.projects/guz013-godotdev-nvim"
},
"original": {
"type": "file",
"url": "file:///home/guz/.projects/guz013-godotdev-nvim"
}
},
"mdfmt": {
"flake": false,
"locked": {
@@ -34,6 +46,7 @@
},
"root": {
"inputs": {
"godotdev": "godotdev",
"mdfmt": "mdfmt",
"nixpkgs": "nixpkgs"
}