reorganise files

This commit is contained in:
Thomas Ruoff
2024-09-20 10:27:06 +02:00
parent ff4eef61b7
commit 46a50d7837
5 changed files with 8 additions and 3 deletions

3
lua/config/utils.lua Normal file
View File

@@ -0,0 +1,3 @@
_G.P = function(v)
print(vim.inspect(v))
end