فهرست منبع

fix: don't ignore plugin this way (#3125)

Christian Chiarulli 2 سال پیش
والد
کامیت
51fbb86555
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 2
      .gitignore
  2. 1 0
      after/plugin/highlights.lua

+ 1 - 2
.gitignore

@@ -1,4 +1,3 @@
-plugin/
 dein
 tags*
 .netrwhist
@@ -28,4 +27,4 @@ lua/lv-user-config/
 *.backup
 *.old
 
-.luacheckcache
+.luacheckcache

+ 1 - 0
after/plugin/highlights.lua

@@ -0,0 +1 @@
+reload('lvim.core.lir').icon_setup()