Skip to content

Commit 88dbcff

Browse files
committed
doc(README): change effects description
1 parent ce62b75 commit 88dbcff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ A build backend for installing [lua-language-server](https://github.com/LuaLS/lu
44

55
Its effects are as follows:
66

7-
- Compile a "patch" that describes what settings will be added to LuaLS config files.
8-
- paths can be customized
7+
- Compile a list of operations that describes what settings will be added to LuaLS config files.
8+
- LuaLS config file paths can be customized
99
- Look for LuaLS config files in the project directory by default, prioritizing `./.luarc.json`, then looking for a `./.vscode/settings.json`, and defaulting to creating a new `.luarc.json` otherwise.
1010
- can be customized
1111
- If the `--no-install` option is given, processing stops here.
1212
- Apply the "patch" into every discovered file. File entries may be overwritten
13-
- Install any other assets (`library/` and `plugin.lua`)
13+
- Install any other assets (`library/`, `plugin.lua`, and `plugin/`)
1414

1515
## Usage for End-Users
1616

0 commit comments

Comments
 (0)