aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md
index 430f607c..a4661264 100644
--- a/README.md
+++ b/README.md
@@ -71,12 +71,7 @@ install _all_ servers are:
```lua
use {
"williamboman/nvim-lsp-installer",
- {
- "neovim/nvim-lspconfig",
- setup = function()
- require("nvim-lsp-installer").setup {}
- end
- }
+ "neovim/nvim-lspconfig",
}
```