From 745dba0ec8021dae752a5272429d39a5d0ce2e23 Mon Sep 17 00:00:00 2001 From: goncaloalves Date: Tue, 17 Sep 2024 15:54:37 +0100 Subject: [PATCH] some testing done but still not working --- lua/neovim-plugin-hello-world.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 lua/neovim-plugin-hello-world.lua diff --git a/lua/neovim-plugin-hello-world.lua b/lua/neovim-plugin-hello-world.lua new file mode 100644 index 0000000..fef895d --- /dev/null +++ b/lua/neovim-plugin-hello-world.lua @@ -0,0 +1 @@ +print("Hello world from neovim-plugin-...lua inside lua folder")