| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
| |
This reverts commit 6e5882a2fd02d30206ab9ca8aa5847b8ea09196c.
|
| | |
|
| |
|
|
|
| |
Für MacOS ist bereits `pbcopy` als Systemtool installiert. Daher ist
hier kein Installationsschritt notwendig.
|
| | |
|
| |
|
|
|
|
|
|
| |
Wird direkt von nvim/lua/config/usercmds.lua (:SonarScan) und
nvim/scripts/sonarqube.sh (:SonarIssues) genutzt - anders als delta
oder Neovim selbst ist das keine lose Zusatzsoftware, sondern eine
von der Config vorausgesetzte Abhaengigkeit, analog zu clangd/ripgrep.
Nur unter Darwin (beruflicher Einsatz), kein FreeBSD-Zweig.
|
| |
|
|
|
|
|
|
|
|
| |
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).
|
| | |
|
| |
|