summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Chiarulli <[email protected]>2022-10-03 03:56:57 +0000
committerGitHub <[email protected]>2022-10-02 23:56:57 -0400
commit51fbb86555cbca461c5c1fa1a7ec0689213173a3 (patch)
treebe0c62f9aafd46bea92929f8fd64386ac2d68052
parent8767a17b5e6087153494a5cd30e5ae0c5165c9af (diff)
fix: don't ignore plugin this way (#3125)
-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()