aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2021-01-04 19:52:11 +0000
committerGithub Actions <actions@github>2021-01-04 19:52:11 +0000
commit67da65fbef9db4d93ee98488ca7327af3600d25d (patch)
tree47da81285259b82113eb6c580c2766d311e78795
parentsumneko: fix typo (diff)
downloadnvim-lspconfig-67da65fbef9db4d93ee98488ca7327af3600d25d.tar
nvim-lspconfig-67da65fbef9db4d93ee98488ca7327af3600d25d.tar.gz
nvim-lspconfig-67da65fbef9db4d93ee98488ca7327af3600d25d.tar.bz2
nvim-lspconfig-67da65fbef9db4d93ee98488ca7327af3600d25d.tar.lz
nvim-lspconfig-67da65fbef9db4d93ee98488ca7327af3600d25d.tar.xz
nvim-lspconfig-67da65fbef9db4d93ee98488ca7327af3600d25d.tar.zst
nvim-lspconfig-67da65fbef9db4d93ee98488ca7327af3600d25d.zip
[docgen] Update README.md
skip-checks: true
-rw-r--r--CONFIG.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/CONFIG.md b/CONFIG.md
index ef1aff3e..9681ff8d 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -1012,17 +1012,17 @@ This server accepts configuration via the `settings` key.
Default: `"kotlin"`
- The programming language to use for Android apps when creating new projects using the \'Flutter\: New Project\' command\.
+ The programming language to use for Android apps when creating new projects using the \'Flutter\: New Application Project\' command\.
- **`dart.flutterCreateIOSLanguage`**: `enum { "objc", "swift" }`
Default: `"swift"`
- The programming language to use for iOS apps when creating new projects using the \'Flutter\: New Project\' command\.
+ The programming language to use for iOS apps when creating new projects using the \'Flutter\: New Application Project\' command\.
- **`dart.flutterCreateOffline`**: `boolean`
- Whether to use offline mode when creating new projects with the \'Flutter\: New Project\' command\.
+ Whether to use offline mode when creating new projects with the \'Flutter\: New Application Project\' command\.
- **`dart.flutterCreateOrganization`**: `null|string`
@@ -4425,7 +4425,7 @@ This server accepts configuration via the `settings` key.
null
-- **`rust-analyzer.serverPath`**: `null|string`
+- **`rust-analyzer.server.path`**: `null|string`
Default: `vim.NIL`
@@ -4734,7 +4734,7 @@ end
-- set the path to the sumneko installation; if you previously installed via the now deprecated :LspInstall, use
local sumneko_root_path = vim.fn.stdpath('cache')..'/lspconfig/sumneko_lua/lua-language-server'
-local sumneko_binary = sumneko_root_path.."/bin/"..system_name.."/lua-language-serve
+local sumneko_binary = sumneko_root_path.."/bin/"..system_name.."/lua-language-server
require'lspconfig'.sumneko_lua.setup {
cmd = {sumneko_binary, "-E", sumneko_root_path .. "/main.lua"};