Compare commits

...

2 Commits

Author SHA1 Message Date
56fa1e688e add image of mzansi vim to readme 2026-03-18 10:08:08 +02:00
0e5b418c8e Afixdd dashbord logo spelling 2026-03-18 10:03:04 +02:00
4 changed files with 6 additions and 4 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -1,5 +1,7 @@
# Mzansi Vim: The No-Fuss Neovim Kickstart 🇿🇦
<img src='assets/demo.png' height='300' alt='MIH Package Demo'>
A pre-configured, performance-oriented Neovim setup designed to get you from zero to coding in minutes. Built for local developers who want a powerful IDE experience without the manual overhead of a 500-line `init.lua`.
## Key Features

BIN
assets/demo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 682 KiB

View File

@@ -4,10 +4,10 @@ return {
opts = function()
local logo = [[
███╗ ███╗███████╗ █████╗ ███╗ ██╗███████╗██╗██╗ ██╗██╗███╗ ███╗
████╗ ████║╚══███╔╝██╔══██╗████╗ ██║╚══███╔╝██║██║ ██║██║████╗ ████║
██╔████╔██║ ███╔╝ ███████║██╔██╗ ██║ ███╔╝ ██║██║ ██║██║██╔████╔██║
██║╚██╔╝██║ ███╔╝ ██╔══██║██║╚██╗██║ ███╔╝ ██║╚██╗ ██╔╝██║██║╚██╔╝██║
██║ ╚═╝ ██║███████╗██║ ██║██║ ╚████║█████████║ ╚████╔╝ ██║██║ ╚═╝ ██║
████╗ ████║╚══███╔╝██╔══██╗████╗ ██║██╔════╝██║██║ ██║██║████╗ ████║
██╔████╔██║ ███╔╝ ███████║██╔██╗ ██║███████╗██║██║ ██║██║██╔████╔██║
██║╚██╔╝██║ ███╔╝ ██╔══██║██║╚██╗██║╚════██║██║╚██╗ ██╔╝██║██║╚██╔╝██║
██║ ╚═╝ ██║███████╗██║ ██║██║ ╚████║█████████║ ╚████╔╝ ██║██║ ╚═╝ ██║
╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═══╝╚══════╝╚═╝ ╚═══╝ ╚═╝╚═╝ ╚═╝
]]