From 88c093a5aaded6ca0e1cb358db22aa439e9886b1 Mon Sep 17 00:00:00 2001 From: Felix Zeller Date: Thu, 29 Feb 2024 01:48:31 -0500 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 25df64a2..5f1a48ef 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,6 @@ Adjust your neovim config as follows local lspconfig = require('lspconfig') local configs = require("lspconfig.configs") --- Markdown_Oxide is now added to nvim-lspconfig; make sure to update require("lspconfig").markdown_oxide.setup({ capabilities = capabilities -- ensure that capabilities.workspace.didChangeWatchedFiles.dynamicRegistration = true })