Skip to content

Commit

Permalink
update neovim ansible role
Browse files Browse the repository at this point in the history
  • Loading branch information
geloman committed Nov 12, 2024
1 parent 3b3bb35 commit 27920ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ansible/roles/neovim/tasks/setup.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- name: Symlink neovim config
ansible.builtin.file:
src: "{{ ansible_user_dir }}/.dotfiles/nvim"
dest: "{{ ansible_user_dir }}/.config/nvim"
src: "~/.dotfiles/nvim"
dest: "~/.config/nvim"
state: link
become_user: geloman

0 comments on commit 27920ed

Please sign in to comment.