From 2837f0ff05a0137a24adc85ac6e95ccf8a8f5015 Mon Sep 17 00:00:00 2001 From: kalmenn Date: Mon, 18 Dec 2023 09:51:50 +0100 Subject: [PATCH] Revert "init.lua: switched the side of the emoji in the startup message" This reverts commit d42dc4fe1348dee581457f6ca3a6af59ff1dcb4b. --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 66a9380..d79b525 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 🏕️")