default text editor to neovim
This commit is contained in:
parent
cbae9439e3
commit
c093037763
3 changed files with 19 additions and 1 deletions
roles/neovim/tasks
|
@ -47,3 +47,10 @@
|
|||
- name: Install terraform-ls
|
||||
apt:
|
||||
pkg: terraform-ls
|
||||
- name: Set default applications
|
||||
ini_file:
|
||||
path: ~/.config/mimeapps.list
|
||||
section: "Default Applications"
|
||||
option: "{{ item }}"
|
||||
value: "nvim.desktop"
|
||||
loop: "{{ default_apps }}"
|
||||
|
|
Reference in a new issue