Skip to content

Commit

Permalink
feat(Neovim Qt): add explicitly Neovim-Qt, since Neovim 0.10.0 for Wi…
Browse files Browse the repository at this point in the history
…ndows packages it

It is lighter than most terminal emulators for Windows. It is a good
backup solution.
  • Loading branch information
Botond Kalocsai committed May 20, 2024
1 parent daab6c1 commit 7e9e081
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/dot_local/windows_setup/Install-WindowsSetup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 '*'

Expand Down
5 changes: 5 additions & 0 deletions home/dot_local/windows_setup/scoop_export.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7e9e081

Please sign in to comment.