From e352e5d571b2c61fe6118af91dfc532c3419fcd5 Mon Sep 17 00:00:00 2001 From: Adrian Groh Date: Sat, 15 Jul 2023 12:18:29 +0200 Subject: [PATCH] Update neovim install instructions --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index dfbcdc96..14a3bc28 100644 --- a/README.md +++ b/README.md @@ -99,12 +99,7 @@ By default, the LSP does not send data to Jaeger. To enable it: 1. Run `MasonInstall typst-lsp`. 2. Edit your `init.lua` settings (For more details, you may consult [server_configurations.md#typst_lsp](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#typst_lsp)): ```lua -require'lspconfig'.typst_lsp.setup{ - settings = { - exportPdf = "onType" -- Choose onType, onSave or never. - -- serverPath = "" -- Normally, there is no need to uncomment it. - } -} +require'lspconfig'.typst_lsp.setup{} ``` 3. You may also install [`typst.vim`](https://github.com/kaarmu/typst.vim) for more capabilities in nvim.