Skip to content

Commit e6ddf5c

Browse files
committed
docs(readme): remove init_options
1 parent d3acecc commit e6ddf5c

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,6 @@ require'lspconfig'.rescriptls.setup{
3737
-- '/home/username/path/to/server/out/server.js',
3838
-- '--stdio'
3939
-- }
40-
init_options = {
41-
extensionConfiguration = {
42-
binaryPath = nil,
43-
platformPath = nil,
44-
askToStartBuild = false,
45-
codeLens = true,
46-
signatureHelp = {
47-
enable = true,
48-
},
49-
inlayHints = {
50-
enable = false,
51-
},
52-
},
53-
},
5440
on_attach = on_attach
5541
}
5642
```

0 commit comments

Comments
 (0)