Skip to content
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Plug "better-ts-errors.nvim", { "tag": "*" }
return {
"OlegGulevskyy/better-ts-errors.nvim",
dependencies = { "MunifTanjim/nui.nvim" },
config = {
opts = {
keymaps = {
toggle = '<leader>dd', -- default '<leader>dd'
go_to_definition = '<leader>dx' -- default '<leader>dx'
Expand All @@ -109,7 +109,7 @@ return {

## ☄ Getting started

Simple thing at the moment - set your keymap via config options `keymap` and use it to `toggle` pretty TS error message
Simple thing at the moment - set your keymap via opts options `keymap` and use it to `toggle` pretty TS error message

## ⚙ Configuration

Expand Down