adding notes

This commit is contained in:
Carlos
2025-05-04 23:17:54 -04:00
parent 47edf65083
commit 4cf1cf7554
12 changed files with 399 additions and 183 deletions

5
.nvim/project.lua Normal file
View File

@@ -0,0 +1,5 @@
return {
type = 'custom',
run = [[yarn start]],
debug = [[yarn start]],
}