From cd0508239725027d6e83d0da1b73b5b8aa852b46 Mon Sep 17 00:00:00 2001 From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Sun, 10 Sep 2023 23:09:31 +0200 Subject: [PATCH] docs: remove surplus codefence Was missed in #253. Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- docs/editor-setup.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/editor-setup.md b/docs/editor-setup.md index 5cb7dfedd..3fe253934 100644 --- a/docs/editor-setup.md +++ b/docs/editor-setup.md @@ -15,8 +15,6 @@ Refer to https://github.com/nix-community/nixd/blob/main/docs/user-guide.md#inst https://github.com/nix-community/vscode-nix-ide extension provide a general interface for nixd, and it should work out of box. Please file a bug if you encountered some trouble using the extension. -``` - ### (Neo)vim #### Coc.nvim @@ -38,4 +36,3 @@ According to `:help coc-config.txt`, `coc-settings.json`: Neovim native LSP and [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig). We are officially supported by nvim-lspconfig, see [upstream docs](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.txt#nixd) -