omnisharp and youcompleteme are worthless

This commit is contained in:
2026-03-07 15:05:03 -07:00
parent 54ae118eeb
commit e32fbb25ba
2 changed files with 16 additions and 4 deletions

5
.mise-env.sh Normal file
View File

@@ -0,0 +1,5 @@
#! /usr/bin/env bash
pyDir="$(dirname "$(which python3)")"
export PYTHONPATH="$(find "$pyDir" -name site-packages):$pyDir:$(find "$pyDir" -name lib-dynload)"
#export DOTNET_ROOT="$(dirname "$(realpath "$(which dotnet)")")"