aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/nvim-lsp-installer.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/nvim-lsp-installer.txt b/doc/nvim-lsp-installer.txt
index 9f755a76..68e1ec5b 100644
--- a/doc/nvim-lsp-installer.txt
+++ b/doc/nvim-lsp-installer.txt
@@ -57,6 +57,7 @@ to call the `setup()` function _before_ you set up any servers: >
Next, in your initialization files |init.lua|, setup the servers you want to use.
Refer to |lspconfig| for more information! For example: >
+ require("nvim-lsp-installer").setup {}
local lspconfig = require("lspconfig")
local function on_attach(client, bufnr)