Skip to content

Commit

Permalink
fix(windows_setup): explicitly define cwd for Neovim Qt directory con…
Browse files Browse the repository at this point in the history
…text menu startup

I also put there window maximalisation flag for better usage. It is
redundant in the context of tiling window manager. Fullscreen would be
nice but I did not fullscreen toggle keybinding or a fussless way to
define it.
  • Loading branch information
Botond Kalocsai committed Apr 16, 2024
1 parent a27b587 commit a41e28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/dot_local/windows_setup/Install-WindowsSetup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Add-ContextMenuDir `
Add-ContextMenuDir `
-DisplayName "Neovim Qt" `
-ApplicationPath "$(scoop prefix neovim)\bin\nvim-qt.exe" `
-ApplicationArgs ""
-ApplicationArgs '--maximized -- --cmd "cd %V"'
reg import "$(scoop prefix pwsh)\install-explorer-context.reg"
reg import "$(scoop prefix pwsh)\install-explorer-context.reg" # needs double run to work
reg import "$(scoop prefix pwsh)\install-file-context.reg"
Expand Down

0 comments on commit a41e28e

Please sign in to comment.