Skip to content

Commit

Permalink
Update kickstart to respect provision_full_setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Encephala committed Jun 21, 2024
1 parent 374c770 commit deff88a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/provision/files/kickstart.nvim
Submodule kickstart.nvim updated 2 files
+1 −1 README.md
+8 −2 init.lua
2 changes: 1 addition & 1 deletion roles/provision/tasks/dotfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

- name: Copy nvim init.lua
ansible.builtin.template:
src: kickstart.nvim/init.lua.j2
src: kickstart.nvim/init.lua
dest: "{{ home }}/.config/nvim/init.lua"
owner: "{{ uid }}"
group: "{{ gid }}"
Expand Down

0 comments on commit deff88a

Please sign in to comment.