Skip to content

Commit

Permalink
Fixed typos (#227)
Browse files Browse the repository at this point in the history
Co-authored-by: codec <[email protected]>
  • Loading branch information
CodecNomad and codec authored Oct 17, 2024
1 parent 5a42c4c commit bda61aa
Showing 1 changed file with 1 addition and 2 deletions.
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

0 comments on commit bda61aa

Please sign in to comment.