diff options
author | Christian Chiarulli <[email protected]> | 2022-10-03 03:56:57 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-10-02 23:56:57 -0400 |
commit | 51fbb86555cbca461c5c1fa1a7ec0689213173a3 (patch) | |
tree | be0c62f9aafd46bea92929f8fd64386ac2d68052 | |
parent | 8767a17b5e6087153494a5cd30e5ae0c5165c9af (diff) |
fix: don't ignore plugin this way (#3125)
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | after/plugin/highlights.lua | 1 |
2 files changed, 2 insertions, 2 deletions
@@ -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() |