neovim: Create Windows start menu shortcut
This commit is contained in:
parent
a3b51a9261
commit
926dee1097
@ -18,3 +18,11 @@
|
|||||||
# win_git_config:
|
# win_git_config:
|
||||||
# TODO: - name: neovim install pip packages
|
# TODO: - name: neovim install pip packages
|
||||||
# win_pip:
|
# win_pip:
|
||||||
|
# name: '{{neovim_pip_packages}}'
|
||||||
|
# state: latest
|
||||||
|
|
||||||
|
- name: create nvim start menu shortcut
|
||||||
|
win_shortcut:
|
||||||
|
src: '{{ansible_env.ChocolateyToolsLocation}}/neovim/nvim-win64/bin/nvim-qt.exe'
|
||||||
|
dest: '{{ansible_env.ProgramData}}/Microsoft/Windows/Start Menu/Programs/nvim.lnk'
|
||||||
|
icon: '{{ansible_env.ChocolateyToolsLocation}}/neovim/nvim-win64/bin/nvim-qt.exe,0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user