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)