From d42dc4fe1348dee581457f6ca3a6af59ff1dcb4b Mon Sep 17 00:00:00 2001 From: kalmenn Date: Mon, 18 Dec 2023 09:35:40 +0100 Subject: [PATCH] init.lua: switched the side of the emoji in the startup message (testing submodules) --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index d79b525..66a9380 100644 --- a/init.lua +++ b/init.lua @@ -19,4 +19,4 @@ require('lazy').setup({ { import = "plugins" } }) require("sets") require("remaps") -vim.notify("starting nvim 🏕️") +vim.notify("🏕️ starting nvim")