diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-11-30 13:23:24 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-11-30 13:23:24 -0500 |
commit | 971d37af0a29a351d96df1787e9c641a538d15a4 (patch) | |
tree | 45022b84ca47e91064a11a111f039acc77ef606a | |
parent | fb726ad715674a60dddfe770476170221fcd924b (diff) | |
download | lite-xl-plugin-manager-971d37af0a29a351d96df1787e9c641a538d15a4.tar.gz lite-xl-plugin-manager-971d37af0a29a351d96df1787e9c641a538d15a4.zip |
Fixed actual output spacing.
-rw-r--r-- | src/lpm.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lpm.lua b/src/lpm.lua index 3195f10..82fd040 100644 --- a/src/lpm.lua +++ b/src/lpm.lua @@ -2031,8 +2031,9 @@ It's designed to install packages from our central github repository (and affiliated repositories), directly into your lite-xl user directory. It can be called independently, or from the lite-xl `plugin_manager` addon. -LPM will always use +LPM will always use ]] .. DEFAULT_REPO_URL .. [[ + as its base repository, if none are present, and the cache directory doesn't exist, but others can be added, and this base one can be removed. |