Skip to content

Commit bda61aa

Browse files
CodecNomadcodec
and
codec
authored
Fixed typos (#227)
Co-authored-by: codec <codec@gmail.com>
1 parent 5a42c4c commit bda61aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/routes/docs/config/mappings.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ nomap("n", "<C-k>")
4141

4242
<br/>
4343

44-
- Do know that lsp mappings wont be overrided by the above methods, because they dont load on startup & are lazy loaded.
45-
- So put the lsp ones in a custom on_attach function
44+
- Please note that the above methods won't override LSP mappings because they are lazily loaded and don't load on startup.
4645

4746
```lua
4847
local ooo = function(client, bufnr)

0 commit comments

Comments
 (0)