Adding nvim configuration to repo.

This commit is contained in:
Tomasz Półgrabia 2025-02-01 12:30:30 +01:00
parent c6572f1df5
commit 0ad0eb46c7
4 changed files with 63 additions and 0 deletions

View file

@ -0,0 +1,3 @@
local foo = 1
print(string.format('Hello foo: %d', foo))