aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/config/options.lua
Commit message (Collapse)AuthorAgeFilesLines
* neovim: opt.guifont entferntThomas Schmucker35 hours1-3/+0
| | | | | Nur Terminal-Nutzung, kein GUI-Frontend (Neovide o.ae.) - guifont wirkt dort ohnehin nicht.
* neovim: Python- und Node-Provider deaktiviert, bootstrap bereinigtThomas Schmucker35 hours1-2/+3
| | | | | | | | | | Alle Plugins sind reines Lua, ein Provider wird nicht benoetigt. g.python3_host_prog entfernt (zeigte auf unix-spezifischen venv-Pfad), stattdessen g.loaded_python3_provider = 0 und g.loaded_node_provider = 0. bootstrap/neovim.sh: setup_python_provider() (venv + pynvim) und install_npm neovim-node-host entfernt, python3 als Systemvoraussetzung gestrichen. node bleibt (wird fuer npm-Installationen benoetigt).
* neovim: timeouts eingestelltThomas Schmucker9 days1-0/+4
|
* Neovim: Formatiere alles mit "stylua `find . -name '*.lua'`"Thomas Schmucker2026-06-051-1/+1
|
* Neovim: Umbrucheinstellungen geändert und Unterstützung für MarkdownThomas Schmucker2026-04-231-1/+8
|
* Neovim: Python-Provider, Bessere Statusline und Sonarqube überarbeitetThomas Schmucker2026-04-011-0/+1
|
* Neovim: Nur eine Statuszeile für alle Fenster anzeigen.Thomas Schmucker2026-01-291-1/+1
|
* neovim: reformat code, keybindings für pytest, und spell=falseThomas Schmucker2026-01-161-1/+1
|
* Neovim: Python-Provider sollte jetzt überall klappenThomas Schmucker2026-01-091-20/+5
|
* neovim: Download skript für WörterbücherThomas Schmucker2026-01-071-2/+2
|
* neovim: aktiviere Node als ProviderThomas Schmucker2026-01-071-7/+0
|
* neovim: saubere python Installation für Mac und freeBSDThomas Schmucker2026-01-071-2/+8
|
* neovim: Kommentare zum Setup hinzugefügt.Thomas Schmucker2026-01-071-0/+12
|
* Neovim: Schalte das nervige Flackern bei Tastendrücken ausThomas Schmucker2026-01-061-0/+1
|
* Neovim: Konfiguration für die Statusline hinzugefügtThomas Schmucker2026-01-051-0/+4
|
* Neovim: Neue KonfigurationThomas Schmucker2025-12-221-0/+110