Use roslyn-nvim, fix some prefixes

This commit is contained in:
Smaug123
2024-03-25 23:44:29 +00:00
parent ae0713074f
commit 47fc4dfd39
8 changed files with 192 additions and 15 deletions

View File

@@ -177,7 +177,9 @@ do
if status then
whichkey.register({
p = {
name = "Python-related commands",
v = {
name = "Virtual environment-related commands",
c = { CreateVenv, "Create virtual environment" },
l = { SelectVenv, "Load virtual environment" },
o = {