need to commit

This commit is contained in:
2023-01-03 22:05:09 -05:00
parent 32955b44c2
commit 20843a0630
56 changed files with 743 additions and 0 deletions

4
nfo/lua Normal file
View File

@@ -0,0 +1,4 @@
-- is a comment
{"string", "other string"} is a table

5
nfo/nvim Normal file
View File

@@ -0,0 +1,5 @@
nvim.cmd "string"
nvim.cmd [[set iskeyword+=-]]
-- runs vim config as a string