From b4022445b0be24c6b7cc1d479cb1bc7501258f97 Mon Sep 17 00:00:00 2001 From: codec Date: Wed, 16 Oct 2024 18:49:41 +0200 Subject: [PATCH] Fixed typos --- src/routes/docs/config/mappings.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/routes/docs/config/mappings.mdx b/src/routes/docs/config/mappings.mdx index f99c24c8..f6c0acbd 100644 --- a/src/routes/docs/config/mappings.mdx +++ b/src/routes/docs/config/mappings.mdx @@ -41,8 +41,7 @@ nomap("n", "")
-- Do know that lsp mappings wont be overrided by the above methods, because they dont load on startup & are lazy loaded. -- So put the lsp ones in a custom on_attach function +- Please note that the above methods won't override LSP mappings because they are lazily loaded and don't load on startup. ```lua local ooo = function(client, bufnr)