From 2b2bf4f277846485eb633d523ee520cfc30bf13c Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Sun, 9 Jan 2022 23:24:41 +0000
Subject: [PATCH] chore(nvim): link `after` and `autoload` dirs

---
 roles/neovim/tasks/main.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/roles/neovim/tasks/main.yaml b/roles/neovim/tasks/main.yaml
index c859d62b..3cb48cb1 100644
--- a/roles/neovim/tasks/main.yaml
+++ b/roles/neovim/tasks/main.yaml
@@ -22,5 +22,7 @@
     dest: "{{ ansible_user_dir }}/.config/nvim/{{ item }}"
     state: link
   with_items:
+    - after
+    - autoload
     - init.lua
     - lua