Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/routes/docs/config/mappings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ nomap("n", "<C-k>")

<br/>

- 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)
Expand Down