Skip to content

Commit

Permalink
fix(neovim): point to personal dir
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroSuero committed Oct 9, 2024
1 parent 7c61cff commit 1b0bb57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/neovim/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

- name: Neovim | Create symlink to role files/personal directory
ansible.builtin.file:
src: "{{ role_path }}/files/work"
src: "{{ role_path }}/files/personal"
dest: "{{ ansible_user_dir }}/.config/nvim"
state: link
force: true
Expand Down

0 comments on commit 1b0bb57

Please sign in to comment.