diff options
author | Nicholas Dunn <nexela@gmail.com> | 2022-07-23 02:45:09 -0400 |
---|---|---|
committer | Nicholas Dunn <nexela@gmail.com> | 2022-07-23 02:45:09 -0400 |
commit | ce3b062dd0c6ca5dde0e464ff0d0ac142ba197bf (patch) | |
tree | bb7b5894f1eb9ac06762c3c122fb48e62c043a3f /locale/en-us | |
parent | 05a098f7ed731b2a3a6d068d5e9d7dfeacc67be0 (diff) | |
download | lua-language-server-ce3b062dd0c6ca5dde0e464ff0d0ac142ba197bf.zip |
Plugin enchancements
Adds config.runtime.plugingArgs
Adds pluginPath to package.path. Closes #1297
Adds log.warn() when specified plugin can't be found
Possible Changelog entry:
```txt
* `NEW` `Lua.runtime.pluginArgs`
* `CHG` add plugin path in package.path
```
Diffstat (limited to 'locale/en-us')
-rw-r--r-- | locale/en-us/setting.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/locale/en-us/setting.lua b/locale/en-us/setting.lua index f35edac4..49c79b1c 100644 --- a/locale/en-us/setting.lua +++ b/locale/en-us/setting.lua @@ -26,6 +26,8 @@ config.runtime.nonstandardSymbol = "Supports non-standard symbols. Make sure that your runtime environment supports these symbols." config.runtime.plugin = "Plugin path. Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/Plugin) to learn more." +config.runtime.pluginArgs = +"Additional arguments for the plugin." config.runtime.fileEncoding = "File encoding. The `ansi` option is only available under the `Windows` platform." config.runtime.builtin = |