summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--after/plugin/highlights.lua1
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 440d01d9..49d00ade 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
-plugin/
dein
tags*
.netrwhist
@@ -28,4 +27,4 @@ lua/lv-user-config/
*.backup
*.old
-.luacheckcache \ No newline at end of file
+.luacheckcache
diff --git a/after/plugin/highlights.lua b/after/plugin/highlights.lua
new file mode 100644
index 00000000..0e14c0fa
--- /dev/null
+++ b/after/plugin/highlights.lua
@@ -0,0 +1 @@
+reload('lvim.core.lir').icon_setup()