fix: GitHub syntax-highlighting
The asciii art breaks Github syntax highlighting and this was the only way I found that fixed it.
This commit is contained in:
parent
b7d5cc8f42
commit
9f0cb734cb
38
init.lua
38
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?
|
||||
|
||||
|
|
Loading…
Reference in New Issue