Adding nvim configuration to repo.
This commit is contained in:
parent
c6572f1df5
commit
0ad0eb46c7
4 changed files with 63 additions and 0 deletions
3
scripts/nvim/lua/testmodule.lua
Normal file
3
scripts/nvim/lua/testmodule.lua
Normal file
|
@ -0,0 +1,3 @@
|
|||
local foo = 1
|
||||
|
||||
print(string.format('Hello foo: %d', foo))
|
Loading…
Add table
Add a link
Reference in a new issue