From 9f0cb734cb959bac8c851a79e77c54b2a685b013 Mon Sep 17 00:00:00 2001 From: vladislav doster <10052309+vladdoster@users.noreply.github.com> Date: Wed, 1 May 2024 23:04:40 -0500 Subject: [PATCH] fix: GitHub syntax-highlighting The asciii art breaks Github syntax highlighting and this was the only way I found that fixed it. --- init.lua | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/init.lua b/init.lua index 036eefb8..6c5b61ab 100644 --- a/init.lua +++ b/init.lua @@ -1,24 +1,24 @@ --[[ -===================================================================== -==================== READ THIS BEFORE CONTINUING ==================== -===================================================================== -======== .-----. ======== -======== .----------------------. | === | ======== -======== |.-""""""""""""""""""-.| |-----| ======== -======== || || | === | ======== -======== || KICKSTART.NVIM || |-----| ======== -======== || || | === | ======== -======== || || |-----| ======== -======== ||:Tutor || |:::::| ======== -======== |'-..................-'| |____o| ======== -======== `"")----------------(""` ___________ ======== -======== /::::::::::| |::::::::::\ \ no mouse \ ======== -======== /:::========| |==hjkl==:::\ \ required \ ======== -======== '""""""""""""' '""""""""""""' '""""""""""' ======== -======== ======== -===================================================================== -===================================================================== +-- ===================================================================== +-- ==================== READ THIS BEFORE CONTINUING ==================== +-- ===================================================================== +-- ======== .-----. ======== +-- ======== .----------------------. | === | ======== +-- ======== |.-""""""""""""""""""-.| |-----| ======== +-- ======== || || | === | ======== +-- ======== || KICKSTART.NVIM || |-----| ======== +-- ======== || || | === | ======== +-- ======== || || |-----| ======== +-- ======== ||:Tutor || |:::::| ======== +-- ======== |'-..................-'| |____o| ======== +-- ======== `"")----------------(""` ___________ ======== +-- ======== /::::::::::| |::::::::::\ \ no mouse \ ======== +-- ======== /:::========| |==hjkl==:::\ \ required \ ======== +-- ======== '""""""""""""' '""""""""""""' '""""""""""' ======== +-- ======== ======== +-- ===================================================================== +-- ===================================================================== What is Kickstart?