aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2021-11-19 07:06:31 +0100
committerWilliam Boman <william@redwill.se>2021-11-19 07:06:31 +0100
commit28b4487017457986c587f840285cf63c85a1e784 (patch)
treeafd1a3be37d801bc412d13bdfc3b0b5f8d68c660
parentangularls: overload on_new_config with new probe locations (#269) (diff)
downloadmason-28b4487017457986c587f840285cf63c85a1e784.tar
mason-28b4487017457986c587f840285cf63c85a1e784.tar.gz
mason-28b4487017457986c587f840285cf63c85a1e784.tar.bz2
mason-28b4487017457986c587f840285cf63c85a1e784.tar.lz
mason-28b4487017457986c587f840285cf63c85a1e784.tar.xz
mason-28b4487017457986c587f840285cf63c85a1e784.tar.zst
mason-28b4487017457986c587f840285cf63c85a1e784.zip
README: update configuration section
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index 70e2b0b2..ba0c2eca 100644
--- a/README.md
+++ b/README.md
@@ -109,7 +109,7 @@ end
You can configure certain behavior of nvim-lsp-installer by calling the `.settings()` function.
-Make sure to provide your settings before any other interactions with nvim-lsp-installer!
+_Make sure to provide your settings before any other interactions with nvim-lsp-installer!_
Refer to the [default configuration](#default-configuration) for all available settings.
@@ -118,7 +118,6 @@ Example:
```lua
local lsp_installer = require("nvim-lsp-installer")
--- Provide settings first!
lsp_installer.settings({
ui = {
icons = {
@@ -128,8 +127,6 @@ lsp_installer.settings({
}
}
})
-
-lsp_installer.on_server_ready(function (server) server:setup {} end)
```
## Available LSPs