Adding mremoteng and dbee to vim

This commit is contained in:
Zackarias Montell
2025-11-04 13:28:03 +01:00
parent b792e60b84
commit a252e9c33a
4 changed files with 44 additions and 23 deletions

View File

@@ -13,6 +13,7 @@ $packages = @(
"chocolatey.chocolatey", # nvim
"Python.Python.3.13", # nvim
"Python.Python.3.9", # project dependencies
"Python.Python.3.10", # isort
"JernejSimoncic.Wget", # nvim
"7zip.7zip" # nvim
)
@@ -41,6 +42,7 @@ Install-Module posh-git -Scope CurrentUser -Force
# extras, make flag for these
$packages = @(
"mRemoteNG.mRemoteNG",
"mozilla.firefox.developeredition",
"Microsoft.VisualStudio.2022.Community",
"JetBrains.Resharper",