first commit

This commit is contained in:
Gabriel
2025-11-04 12:12:00 +01:00
commit 85ec61e709
25 changed files with 901 additions and 0 deletions

4
lua/plugins/init.lua Normal file
View File

@@ -0,0 +1,4 @@
return {
"nvim-lua/plenary.nvim", -- ensemble de fonctions lua utilisées par de nombreux plugins
}