From 5334b599793141b0c891c959162263ea354c0610 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 17 Nov 2015 21:42:01 -0800 Subject: [PATCH] Add XDG Config to clean target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 73475e6..4abf0c7 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ uninstall: rm ~/.nvimrc rm -fr ~/.vim rm -fr ~/.nvim + rm -fr ~/.config/nvim clean: rm -fr ./vim/plugged