diff options
author | Christian Chiarulli <[email protected]> | 2022-10-03 04:17:38 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-10-03 04:17:38 +0000 |
commit | 3b26b04a12c4ce82e477f2be78fbb0b70a8afa3f (patch) | |
tree | d2804030502545303309af097afe13a02b8acf54 /after | |
parent | 7534e29e19498fbe2164bf3b702dcac3d561533b (diff) |
feat: add some more reloads (#3126)
Diffstat (limited to 'after')
-rw-r--r-- | after/plugin/highlights.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/after/plugin/highlights.lua b/after/plugin/highlights.lua index 0e14c0fa..4c343e80 100644 --- a/after/plugin/highlights.lua +++ b/after/plugin/highlights.lua @@ -1 +1 @@ -reload('lvim.core.lir').icon_setup() +reload("lvim.core.lir").icon_setup() |