diff --git a/home/dot_local/windows_setup/Install-WindowsSetup.ps1 b/home/dot_local/windows_setup/Install-WindowsSetup.ps1 index 7839f93..25ba218 100644 --- a/home/dot_local/windows_setup/Install-WindowsSetup.ps1 +++ b/home/dot_local/windows_setup/Install-WindowsSetup.ps1 @@ -29,11 +29,11 @@ Add-ContextMenuDir ` -ApplicationArgs 'start --no-auto-connect --cwd "%V"' Add-ContextMenuDir ` -DisplayName "Neovim Qt" ` - -ApplicationPath "$(scoop prefix neovim)\bin\nvim-qt.exe" ` + -ApplicationPath "$(scoop prefix neovim-qt)\bin\nvim-qt.exe" ` -ApplicationArgs '--maximized -- --cmd "cd %V"' Add-ContextMenu ` -DisplayName "Neovim Qt" ` - -ApplicationPath "$(scoop prefix neovim)\bin\neovim-qt.exe" ` + -ApplicationPath "$(scoop prefix neovim-qt)\bin\nvim-qt.exe" ` -ApplicationArgs '--maximized "%1"' ` -Classes '*' diff --git a/home/dot_local/windows_setup/scoop_export.json b/home/dot_local/windows_setup/scoop_export.json index 3fe1757..9275ab7 100644 --- a/home/dot_local/windows_setup/scoop_export.json +++ b/home/dot_local/windows_setup/scoop_export.json @@ -254,6 +254,11 @@ "Source": "main", "Name": "qemu" }, + { + "Info": "Minimalist GUI for Neovim, lighter than terminal emulators", + "Source": "extras", + "Name": "neovim-qt" + }, { "Info": "Window manager that is suckless as much as possible on windows", "Source": "extras",