Merge pull request 'dashboard' (#7) from dashboard into main

Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
2026-03-18 08:14:42 +00: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 🇿🇦 # Mzansi Vim: The No-Fuss Neovim Kickstart 🇿🇦
<img src='assets/demo.png' height='300' alt='MzansiVim Dashboard'>
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`. 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 ## 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() opts = function()
local logo = [[ local logo = [[
███╗ ███╗███████╗ █████╗ ███╗ ██╗███████╗██╗██╗ ██╗██╗███╗ ███╗ ███╗ ███╗███████╗ █████╗ ███╗ ██╗███████╗██╗██╗ ██╗██╗███╗ ███╗
████╗ ████║╚══███╔╝██╔══██╗████╗ ██║╚══███╔╝██║██║ ██║██║████╗ ████║ ████╗ ████║╚══███╔╝██╔══██╗████╗ ██║██╔════╝██║██║ ██║██║████╗ ████║
██╔████╔██║ ███╔╝ ███████║██╔██╗ ██║ ███╔╝ ██║██║ ██║██║██╔████╔██║ ██╔████╔██║ ███╔╝ ███████║██╔██╗ ██║███████╗██║██║ ██║██║██╔████╔██║
██║╚██╔╝██║ ███╔╝ ██╔══██║██║╚██╗██║ ███╔╝ ██║╚██╗ ██╔╝██║██║╚██╔╝██║ ██║╚██╔╝██║ ███╔╝ ██╔══██║██║╚██╗██║╚════██║██║╚██╗ ██╔╝██║██║╚██╔╝██║
██║ ╚═╝ ██║███████╗██║ ██║██║ ╚████║█████████║ ╚████╔╝ ██║██║ ╚═╝ ██║ ██║ ╚═╝ ██║███████╗██║ ██║██║ ╚████║█████████║ ╚████╔╝ ██║██║ ╚═╝ ██║
╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═══╝╚══════╝╚═╝ ╚═══╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═══╝╚══════╝╚═╝ ╚═══╝ ╚═╝╚═╝ ╚═╝
]] ]]