style: remove all emojis and decorative icons across documentation, templates, and configs

This commit is contained in:
2026-09-09 08:01:43 +02:00
parent 83e9820e07
commit 3d07731ec0
7 changed files with 48 additions and 48 deletions
+12 -12
View File
@@ -2,7 +2,7 @@
Moderne, minimale Neovim Config optimiert für **TypeScript/Playwright QA** und **Go Development**.
## 🎯 Philosophie
## Philosophie
- **Scratch mit lazy.nvim**: Keine Distro, keine Abstraktionen
- **TypeScript First**: Optimiert für Playwright Tests
@@ -10,7 +10,7 @@ Moderne, minimale Neovim Config optimiert für **TypeScript/Playwright QA** und
- **Verständlich**: Jede Datei hat einen klaren Zweck
- **Wartbar**: Standard Neovim APIs, keine Magie
## 📁 Struktur
## Struktur
```
~/.config/nvim/
@@ -33,7 +33,7 @@ Moderne, minimale Neovim Config optimiert für **TypeScript/Playwright QA** und
│ └── editor.lua # QoL Plugins
```
## 🚀 Installation
## Installation
### Prerequisites
@@ -72,7 +72,7 @@ Beim ersten Start:
**Warte bis alles fertig ist!** (~2-3 Minuten)
## ⌨️ Key Bindings
## Key Bindings
### Leader Key: `Space`
@@ -133,7 +133,7 @@ Beim ersten Start:
- `:FormatDisable` - Disable auto-format
- `:FormatEnable` - Enable auto-format
## 🛠️ LSP Servers
## LSP Servers
Automatisch installiert via Mason:
- **ts_ls** - TypeScript/JavaScript (Playwright)
@@ -153,7 +153,7 @@ Automatisch installiert via Mason:
3. Füge Server Config hinzu (siehe Beispiele im File)
4. `:Mason` - Check ob installiert
## 🔧 Customization
## Customization
### Options ändern
Editiere `lua/core/options.lua`:
@@ -187,7 +187,7 @@ Datei löschen oder Plugin auskommentieren, dann:
:Lazy clean
```
## 🐛 Troubleshooting
## Troubleshooting
### LSP funktioniert nicht
```vim
@@ -208,7 +208,7 @@ Datei löschen oder Plugin auskommentieren, dann:
:Lazy profile " Check startup time
```
## 📦 Updates
## Updates
```bash
# In Neovim:
@@ -218,20 +218,20 @@ Datei löschen oder Plugin auskommentieren, dann:
:Mason # Then 'U' für update all
```
## 🎓 Lernen
## Lernen
Wenn du was nicht verstehst:
1. Schau in die entsprechende Datei (gut kommentiert!)
2. `:help <command>` nutzen
3. Frag Claude 😊
3. Frag Claude
## 🚨 Wichtig
## Wichtig
- **Backup**: Alte Config ist in `~/.config/nvim.kickstart-backup`
- **Dotfiles**: Diese Config sollte in Git sein!
- **Updates**: Regelmäßig `:Lazy sync` und `:Mason` checken
## 📝 Änderungslog
## Änderungslog
- **2024-10**: Initial Scratch Build
- TypeScript/Playwright optimiert
+1 -1
View File
@@ -26,7 +26,7 @@ style = "bold yellow"
[directory]
truncation_length = 3
truncation_symbol = "…/"
read_only = " 🔒"
read_only = " [ro]"
style = "bold cyan"
[git_branch]