Stop creating Gvim COC launcher

This commit is contained in:
Anthony Rose 2021-09-19 20:38:50 +01:00
parent dc23e26e10
commit b59f7f29e7
2 changed files with 0 additions and 17 deletions

View file

@ -1,13 +0,0 @@
[Desktop Entry]
Name=GVim COC
GenericName=Text Editor and IDE
Comment=GVim with COC enabled
TryExec=gvim
Exec=env VIMCOC=yes gvim -f %F
Terminal=false
Type=Application
Keywords=Text;editor;
Icon=gvim
Categories=Utility;TextEditor;
StartupNotify=true
MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;

View file

@ -49,7 +49,3 @@
ansible.builtin.copy: ansible.builtin.copy:
src: "xbindkeysrc" src: "xbindkeysrc"
dest: "{{ ansible_env.HOME }}/.xbindkeysrc" dest: "{{ ansible_env.HOME }}/.xbindkeysrc"
- name: Add GVim COC launcher
ansible.builtin.copy:
src: gvim-coc.desktop
dest: "{{ ansible_env.HOME }}/.local/share/applications/gvim-coc.desktop"